summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl
Commit message (Expand)AuthorAgeFilesLines
* Unbreak Qt3DRender OpenGL plugin unity-buildMarc Mutz2024-12-311-2/+8
* Fix compilation when features are disabledJari Helaakoski2024-12-152-0/+6
* imguirenderer: stop using deprecating API for key eventsPaul Lemire2024-12-131-3/+1
* Remove early return in image unit unpinning procedureOle Wegen2024-12-131-1/+0
* SubmissionContext: correct blit interpolation modePaul Lemire2024-12-131-2/+25
* CMake: Add imgui attribution to SBOMAlexandru Croitor2024-12-021-0/+4
* Fix compile warningsMike Krus2024-09-101-2/+2
* Update imgui to latest versionMike Krus2024-08-051-0/+2
* Fix render to texturePaul Lemire2024-06-1816-65/+40
* GLShader: fix wrong uniformNamesEnd iteratorPaul Lemire2024-06-181-1/+1
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-281-2/+2
* Fix issue with camera shaking with large offset valuesMike Krus2024-01-151-2/+10
* Add ability to target Left/Right back buffer to use with stereo modeAlexander Busse2023-11-091-1/+14
* Mark the module free of Q_FOREACH ... againMarc Mutz2023-08-031-2/+0
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-224-3/+6
* Resolve QTransform symbol ambiguity in unity buildAmir Masoud Abdol2023-04-134-90/+107
* Silence warning about unsafe sprintf, use snprintf insteadAmir Masoud Abdol2023-04-131-5/+1
* Resolve duplicate symbol error for `memoryBarrierGLBitfield`Amir Masoud Abdol2023-04-112-4/+4
* Remove qmake build filesMike Krus2023-03-178-150/+0
* OpenGL SubmissionContext: reset m_renderTargetFormat for default FBOPaul Lemire2023-02-241-1/+5
* Add some exclusions for CMake Unity (Jumbo) buildsFriedemann Kleint2023-02-101-0/+3
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-104-45/+0
* OpenGLVertexArrayObject: fix bugprone erase() callAurélien Brooke2022-12-211-3/+4
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-212-4/+4
* Handle nullptr returned from the shader managerMartin Andersson2022-12-161-0/+3
* OpenGL SubmissionContext: reset defaultFBO every time we begin drawingPaul Lemire2022-11-211-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-021-2/+18
* OpenGL graphics helpers fixesPaul Lemire2022-11-026-9/+18
* Fix unused parameter warnings on WindowsJohannes Kauffmann2022-10-281-0/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-202-2/+2
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-208-20/+10
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-242-2/+2
* RenderViewBuilder: use QAspectManager::idealThreadCountPaul Lemire2022-07-121-3/+2
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* Fix 3D Render Capture crashed issueYAMAMOTO Atsushi2022-06-292-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-2261-2328/+132
* Fix Light Uniform handlingPaul Lemire2022-06-162-7/+8
* Fix some compile warningsMike Krus2022-06-033-8/+12
* Fix crash in Renderer::cleanupShaderHarald Vistnes2022-02-101-0/+3
* 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
* Fix MSVC warning in opengl renderview.cppKai Köhne2021-11-221-1/+1
* Fix licensing headersMike Krus2021-11-171-4/+15
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-101-1/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-108-26/+32
* CMake: Don't give plugins PUBLIC usage requirementsLi Xinwei2021-07-221-1/+1
* Fix call to drawBuffers in SubmissionContextMauro Persano2021-05-031-1/+1
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-244-14/+14