summaryrefslogtreecommitdiffstats
path: root/src/render/renderers/opengl/graphicshelpers
Commit message (Expand)AuthorAgeFilesLines
* Fix and improve FBO handlingPaul Lemire2020-02-172-27/+54
* Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-132-0/+9
* GraphicsContext: remove left overs from GL command threadPaul Lemire2019-12-031-6/+4
* PackUniformHash to QVectorPaul Lemire2019-11-141-3/+3
* Fix crash in Scene3DViewMike Krus2019-10-251-8/+8
* Fix Coverity warningsMike Krus2019-10-211-3/+3
* Convert Shader/ShaderBuilder jobs to use direct syncPaul Lemire2019-10-141-2/+3
* Fix blitting to also blit depth and stencil buffersPaul Lemire2019-10-101-1/+2
* Fix compile warning in imagesubmissioncontext.cppPaul Lemire2019-09-241-1/+3
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-211-1/+1
|\
| * Fix potential memory leakMichael Brasser2019-09-171-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-08-201-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-131-1/+1
| |\
| | * submissioncontext fix: devicePixelRatio is not an integerPaul Lemire2019-08-071-1/+1
* | | Renderer: Image support addedPaul Lemire2019-06-057-6/+459
* | | Uniform: add handling of uniform of Image based typesPaul Lemire2019-06-055-1/+264
* | | GraphicsHelpers: add bindImageTexture supportPaul Lemire2019-06-0415-1/+110
* | | Merge remote-tracking branch origin/5.13 into devPaul Lemire2019-04-157-227/+365
|\| |
| * | Merge branch '5.12' into 5.13Paul Lemire2019-04-027-227/+365
| |\|
| | * Don't reset texture units at every frameMike Krus2019-03-185-189/+342
| | * Fix member overloadsMike Krus2019-03-144-26/+10
* | | Add QRasterMode render stateJuan Jose Casafranca2019-02-1214-1/+54
* | | Add support for glDepthRangeJim Albamont2019-02-1114-0/+51
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devMike Krus2019-01-232-10/+152
|\|
| * Avoid repeated warningsMike Krus2019-01-181-2/+143
| * Fix issue with invalid texturesMike Krus2019-01-181-8/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-031-2/+5
|\|
| * Don't trigger Q_UNREACHABLE if passed invalid render buffer formatsChristian Andersen2018-10-221-2/+5
* | Implement WaitFence/SetFence handling into the rendererPaul Lemire2018-10-1217-2/+361
* | Merge "Merge branch '5.12' into dev" into refs/staging/devSean Harmer2018-10-114-0/+23
|\|
| * 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
* | | Renderer: implement using OpenGL textures from a texture idPaul Lemire2018-10-111-4/+16
|/ /
* | 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