summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/graphicshelpers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-117-9/+26
|\
| * 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
| * OpenGL graphics helpers fixesPaul Lemire2022-11-026-9/+18
* | 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-2326-519/+519
|/
* Update commercial license headersTarja Sundqvist2021-02-0226-519/+519
* Print warning about using primitive restart on ES2Mike Krus2020-12-221-0/+5
* Fix binding of CubeMapArray texturesJim Albamont2020-12-113-6/+6
* Only use surfaceSize if m_surfaceSize is not validAndy Shaw2020-09-301-1/+1
* opengl: add envlight texture alias to texture unit checkPaul Lemire2020-08-271-4/+8
* ES2: Clarify warnings about MSAAPaul Lemire2020-07-101-2/+4
* Blit: Fix attachment binding pointPaul Lemire2020-06-161-2/+19
* ShaderParameterPack: use std::vectorPaul Lemire2020-06-041-2/+2
* Use surfaceSize as this will always be validAndy Shaw2020-05-291-1/+1
* Reduce uniform copiesJean-Michaƫl Celerier2020-05-271-10/+9
* Release rendertargets on destructionPaul Lemire2020-05-182-0/+8
* Uniform preparation: stop copying the ShaderUniforms aroundPaul Lemire2020-04-202-9/+9
* Fix and improve FBO handlingPaul Lemire2020-02-172-27/+54
* Destroy FBOs when RenderTarget node is destroyedPaul Lemire2020-02-132-0/+9
* Shader fixesPaul Lemire2020-02-131-9/+12
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-0526-81/+144
* Make the OpenGL renderer a pluginPaul Lemire2020-02-0527-0/+12898