summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/renderer/commandexecuter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+1
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* RenderQueue: switch to std::vectorPaul Lemire2020-07-031-1/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* ShaderParameterPack: use std::vectorPaul Lemire2020-05-261-3/+3
* Leverage RV cache to reuse render commands when possiblePaul Lemire2020-05-251-2/+2
* Fix deprecations and warningsMike Krus2020-02-261-71/+1
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-051-9/+9
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-0/+391