summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhigles2.cpp
Commit message (Expand)AuthorAgeFilesLines
* rhi: Use Q_GLOBAL_STATIC for QRhiGles2 GL program cacheTor Arne Vestbø2019-10-241-3/+3
* rhi: gl: Do not let external rendering trash our vaoLaszlo Agocs2019-10-151-7/+21
* rhi: Fix non-base level copy and readback wrt source sizeLaszlo Agocs2019-10-091-3/+4
* rhi: Autotest rendering a triangleLaszlo Agocs2019-10-091-0/+3
* rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-8/+23
* rhi: gl: Switch GetBufferSubData emulation to MapBufferRangeLaszlo Agocs2019-10-091-7/+14
* rhi: Autotest basic texture operationsLaszlo Agocs2019-10-091-2/+3
* rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-52/+99
* Add TriangleFan pipeline topologyPaul Olav Tvete2019-10-031-0/+4
* rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-031-32/+37
* rhi: Speed up buffer and texture trackingLaszlo Agocs2019-09-301-6/+4
* De-d-pointer QRhiShaderResourceBindingLaszlo Agocs2019-09-301-2/+2
* Share and enable shader disk cache in QRhi OpenGL backendLaszlo Agocs2019-09-301-13/+111
* Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-291-0/+7
* rhi: gl: Remove fake uniform buffer offset alignment requirementLaszlo Agocs2019-09-281-1/+3
* rhi: gl: Fix not resetting color write bits when switching pipelineLaszlo Agocs2019-09-261-0/+1
* rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-261-4/+12
* rhi: gl: Pick up context lossLaszlo Agocs2019-09-131-11/+18
* 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