summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/debug
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when features are disabledJari Helaakoski2024-12-152-0/+6
* imguirenderer: stop using deprecating API for key eventsPaul Lemire2024-12-131-3/+1
* Resolve QTransform symbol ambiguity in unity buildAmir Masoud Abdol2023-04-131-47/+72
* Silence warning about unsafe sprintf, use snprintf insteadAmir Masoud Abdol2023-04-131-5/+1
* Remove qmake build filesMike Krus2023-03-171-9/+0
* Use SPDX license identifiersLucie Gérard2022-06-222-76/+4
* Fix some compile warningsMike Krus2022-06-031-0/+4
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-1/+1
* Fix OpenGL ES 3 shaders for QDebugOverlayMichael Brasser2020-10-021-3/+5
* Move sync jobs to a common place so that they can be used by rhi and openglPaul Lemire2020-08-261-0/+1
* RenderQueue: switch to std::vectorPaul Lemire2020-07-032-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-2/+2
* Leverage RV cache to reuse render commands when possiblePaul Lemire2020-05-251-9/+8
* Add support for building with CMakeMike Krus2020-05-222-2/+4
* Silence a few warningsMike Krus2020-05-192-13/+1
* Add ability to dump filter statesMike Krus2020-03-261-1/+9
* Remove GL tracing optionMike Krus2020-02-251-13/+10
* Add ability to dump job graph to dot fileMike Krus2020-02-141-1/+4
* Show geometry renderer id in draw commandsMike Krus2020-02-141-1/+2
* img-gui: remove non existing .h from priPaul Lemire2020-02-101-2/+1
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-052-7/+9
* Make the OpenGL renderer a pluginPaul Lemire2020-02-053-0/+851