summaryrefslogtreecommitdiffstats
path: root/src/plugins/renderers/opengl/textures
Commit message (Expand)AuthorAgeFilesLines
* Resolve QTransform symbol ambiguity in unity buildAmir Masoud Abdol2023-04-131-2/+0
* Remove qmake build filesMike Krus2023-03-171-9/+0
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-101-10/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-224-152/+8
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-102-2/+2
* Replace all implicit container move and clear by an explicit functionPaul Lemire2021-02-241-1/+1
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-0/+4
* Handle changes in OpenGL classesMike Krus2020-11-271-0/+6
* Check if texture upload is full sizedJuan Casafranca2020-11-031-6/+23
* Allow to set alignment requirement for an imageJuan Casafranca2020-09-281-6/+7
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-2/+2
* GLTexture: change internals to use std::vectorPaul Lemire2020-07-072-23/+15
* Fix build for Qt6Mike Krus2020-05-061-7/+8
* Fix Clang 10 warning about array size division being misleadingThiago Macieira2020-05-051-1/+1
* Hide deprecated functor APIMike Krus2020-02-121-1/+1
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-2/+2
* Move classes in OpenGL renderer plugin into an OpenGL namespacePaul Lemire2020-02-054-6/+18
* Make the OpenGL renderer a pluginPaul Lemire2020-02-055-0/+1249