summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgpl5.15Tarja Sundqvist2024-01-041-0/+3
|\
| * Handle nullptr returned from the shader managerMartin Andersson2022-12-161-0/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-118-11/+44
|\|
| * OpenGL SubmissionContext: reset defaultFBO every time we begin drawingPaul Lemire2022-11-281-0/+4
| * Unpin previously used image units during render command parameter setupOle Wegen2022-11-171-0/+4
| * ShaderParameterPack: check we only store a single UBO/SSBO per BlockBindingPaul Lemire2022-11-031-2/+18
| * OpenGL graphics helpers fixesPaul Lemire2022-11-026-9/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-092-18/+4
|\|
| * RenderViewBuilder: use QAspectManager::idealThreadCountPaul Lemire2022-08-162-18/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-101-27/+44
|\|
| * OpenGL renderer: restore surface on context when shutting downPaul Lemire2021-11-301-27/+39
| * OpenGL: Fix content not updated when using OnDemand and switching texturesPaul Lemire2021-11-241-0/+5
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...v5.15.6-lts-lgplTarja Sundqvist2022-08-161-0/+11
|\|
| * Add missing sampler types and sizes to gl4 helpersJim Albamont2021-08-041-0/+11
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-161-1/+1
|\|
| * Fix call to drawBuffers in SubmissionContextMauro Persano2021-05-031-1/+1
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2375-1494/+1494
|/
* Fix light uniforms not properly being updatedPaul Lemire2021-02-032-1/+8
* Update commercial license headersTarja Sundqvist2021-02-0275-1494/+1494
* Print warning about using primitive restart on ES2Mike Krus2020-12-221-0/+5
* Fix binding of CubeMapArray texturesJim Albamont2020-12-113-6/+6
* OpenGL renderer: fix use of outdated VAO when shader is reloadedPaul Lemire2020-12-012-5/+27
* SyncRenderViewPreCommandUpdate: fix a few odd casesPaul Lemire2020-12-011-10/+8
* Introduce QGeometryRendererPrivate::sortIndexMike Krus2020-11-221-0/+4
* Fix GLTexture cleanupPaul Lemire2020-11-051-0/+1
* Check if texture upload is full sizedJuan Casafranca2020-11-031-6/+23
* RenderView: remove warning about no CameraSelector being setPaul Lemire2020-10-071-2/+0
* Fix OpenGL ES 3 shaders for QDebugOverlayMichael Brasser2020-10-021-3/+5
* Set upload options for compressed texturesJuan José Casafranca2020-10-021-1/+1
* Only use surfaceSize if m_surfaceSize is not validAndy Shaw2020-09-301-1/+1
* Allow to set alignment requirement for an imageJuan Casafranca2020-09-281-6/+7
* Only release context if we own itMike Krus2020-09-231-1/+2
* opengl: add envlight texture alias to texture unit checkPaul Lemire2020-08-271-4/+8
* Rework Scene3D to fix potential crash on shutdownPaul Lemire2020-08-251-2/+6
* Job Graph dump improvementsPaul Lemire2020-08-253-16/+22
* EnvLight uniforms add name aliasesPaul Lemire2020-08-251-2/+12
* Protect accesses to the Render cachePaul Lemire2020-08-041-1/+4
* ES2: Clarify warnings about MSAAPaul Lemire2020-07-101-2/+4
* Blit: Fix attachment binding pointPaul Lemire2020-06-161-2/+19
* Disconnect the context connection when the GLShader is deletedAndy Shaw2020-06-152-0/+7
* Fix a broken merge resolutionGiuseppe D'Angelo2020-06-091-18/+16
* ShaderParameterPack: use std::vectorPaul Lemire2020-06-045-46/+59
* Leverage RV cache to reuse render commands when possiblePaul Lemire2020-06-0412-430/+576
* QResourcesManager: switch to std::vectorPaul Lemire2020-06-044-23/+27
* Use surfaceSize as this will always be validAndy Shaw2020-05-291-1/+1
* RenderViewBuilder improvementsPaul Lemire2020-05-286-61/+134
* Reduce uniform copiesJean-Michaël Celerier2020-05-272-11/+29
* Centralize the maxThreadCount informationPaul Lemire2020-05-271-9/+2
* Fix Clang 10 warning about array size division being misleadingThiago Macieira2020-05-201-1/+1
* Fix warning that QHash::unite is deprecatedThiago Macieira2020-05-202-2/+6