summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/graphicshelpers
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve FBO handlingPaul Lemire2020-02-172-29/+56
* Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-172-0/+9
* Fix blitting to also blit depth and stencil buffersPaul Lemire2019-10-101-1/+2
* submissioncontext fix: devicePixelRatio is not an integerPaul Lemire2019-08-071-1/+1
* Don't reset texture units at every frameMike Krus2019-03-185-189/+342
* Fix member overloadsMike Krus2019-03-144-26/+10
* Avoid repeated warningsMike Krus2019-01-181-2/+143
* Fix issue with invalid texturesMike Krus2019-01-181-8/+9
* Don't trigger Q_UNREACHABLE if passed invalid render buffer formatsChristian Andersen2018-10-221-2/+5
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-054-0/+23
|\
| * Further complete missing functions on ES3 helpersPaul Lemire2018-10-044-0/+23
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-225-3/+206
|\|
| * Complete ES 3.1 and 3.2 helpersPaul Lemire2018-09-215-3/+206
* | Fix warning about ignored qualifiersThiago Macieira2018-09-051-1/+1
|/
* Fix: remove compile warning in graphicscontext.cppPaul Lemire2018-08-211-1/+1
* Avoid initializing GraphicsContext on every frameLaszlo Agocs2018-08-142-4/+1
* Properly update properties from Backend to Frontend texturesPaul Lemire2018-08-081-1/+1
* Don't abort rendering when env light textures are not setPaul Lemire2018-06-271-2/+10
* Add a GLES 3.1 graphics helperLaszlo Agocs2018-05-297-2/+314
* Fix BlitFramebuffer on GLESLaszlo Agocs2018-05-293-2/+16
* Fix flashing and crashing of scene2dMäättä Antti2018-05-291-0/+42
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-1/+2
|\
| * Remove race in texture data uploadPaul Lemire2018-05-041-1/+2
* | Fix compile warningsMike Krus2018-04-201-0/+2
|/
* ES2: Ignore mode when calling bindFrameBufferObjectAndy Nichols2018-04-123-21/+29
* ES2: Enable Renderbuffer usage with either Depth or StencilAndy Nichols2018-04-123-6/+24
* Fix compilation with QT3D_RENDER_ASPECT_OPENGL_DEBUG defineAndy Nichols2018-04-121-1/+1
* SubmissionContext: improve specifyAttributePaul Lemire2018-03-201-8/+9
* RenderStates: rework to split node and rendering partPaul Lemire2018-03-192-1/+386
* Move Renderer specific classes into new folderPaul Lemire2018-03-1920-0/+9974