summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-ope...v5.15.13-lts-lgplTarja 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-119-20/+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
| * GLTFGeometryLoader: prevent early return on option bufferview target propertyPaul Lemire2022-10-171-9/+0
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-098-26/+17
|\|
| * RenderViewBuilder: use QAspectManager::idealThreadCountPaul Lemire2022-08-164-26/+10
| * QtAssimpSceneImportPlugin: includemocsMike Krus2022-06-271-0/+2
| * QtDefaultGeometryLoaderPlugin: includemocsMike Krus2022-06-271-0/+2
| * QtGLTFSceneImportPlugin: includemocsMike Krus2022-06-271-0/+1
| * QtGLTFGeometryLoaderPlugin: includemocsMike Krus2022-06-271-0/+2
* | 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-23151-3022/+3022
|/
* Fix light uniforms not properly being updatedPaul Lemire2021-02-032-1/+8
* Update commercial license headersTarja Sundqvist2021-02-02151-3022/+3022
* Print warning about using primitive restart on ES2Mike Krus2020-12-221-0/+5
* Allow assimp to compile on non-gcc compilersJoni Poikelin2020-12-111-1/+1
* Fix binding of CubeMapArray texturesJim Albamont2020-12-113-6/+6
* OpenGL renderer: fix use of outdated VAO when shader is reloadedPaul Lemire2020-12-013-7/+27
* SyncRenderViewPreCommandUpdate: fix a few odd casesPaul Lemire2020-12-011-10/+8
* Introduce QGeometryRendererPrivate::sortIndexMike Krus2020-11-222-0/+8
* 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
* Fix the assimp scene parser clauseSean Harmer2020-10-011-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
* rhi: fix SubmissionContext::loadShader for Unicode filesNicolas Guichard2020-07-161-7/+12
* 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