summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/debug/imguirenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-031-2/+2
* 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-221-0/+2
* Silence a few warningsMike Krus2020-05-191-12/+0
* 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
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-051-1/+2
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-0/+705