summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: gl: also enable point sprites on non-ESLaszlo Agocs2019-08-141-2/+7
* rhi: gl: Fix broken bgra textures on GLESLaszlo Agocs2019-08-141-3/+4
* rhi: gl: remove useless npot checksLaszlo Agocs2019-08-141-42/+5
* rhi: Avoid generating gl errors in ES 2.0 contextsLaszlo Agocs2019-08-141-5/+12
* rhi: Add a note about size to newBuffer()Laszlo Agocs2019-08-021-4/+6
* rhi: gl: Add support for bool members in uniform blocksLaszlo Agocs2019-08-021-0/+12
* rhi: Move info prints to categorized loggingLaszlo Agocs2019-08-021-2/+2
* rhi: gl: Add support for computeLaszlo Agocs2019-07-311-191/+680
* rhi: gl: Fix feature version check logicLaszlo Agocs2019-07-221-7/+17
* rhi: Improve base vertex/instance supportLaszlo Agocs2019-07-011-12/+34
* rhi: gl: Add support for instanced drawingLaszlo Agocs2019-07-011-15/+39
* rhi: gl: Adjust texture and renderbuffer sizes automaticallyLaszlo Agocs2019-07-011-18/+46
* rhi: gl: Make fb attachment logic ES 2.0 and WebGL compatibleLaszlo Agocs2019-07-011-18/+62
* rhi: Enhance line width and point size supportLaszlo Agocs2019-07-011-0/+7
* rhi: d3d: gl: Remove incorrect exec.Cmd.Buf. assumptionLaszlo Agocs2019-06-211-2/+0
* rhi: Add compute api and implement for Vulkan and MetalLaszlo Agocs2019-06-171-40/+95
* rhi: Make it possible to request making the context current on GLLaszlo Agocs2019-06-171-0/+8
* Introduce the Qt graphics abstraction as private QtGui helpersLaszlo Agocs2019-06-131-0/+2975