summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Better handling of device lossLaszlo Agocs2019-09-121-0/+5
* rhi: gl: Avoid crash when reading back the swapchain backbufferLaszlo Agocs2019-09-121-1/+2
* rhi: Make the clang code model happy as much as we canLaszlo Agocs2019-09-121-60/+61
* rhi: gl, metal, d3d: Reuse shader objects when source is the sameLaszlo Agocs2019-09-091-18/+45
* rhi: vulkan: Introduce secondary command buffer usageLaszlo Agocs2019-08-291-2/+4
* rhi: Attempt to fix up the logic around beginExternal()Laszlo Agocs2019-08-291-32/+52
* Mark all rhi docs as internalLaszlo Agocs2019-08-271-3/+6
* 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