aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/compressedtexture/qsgcompressedtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-071-3/+6
* Add type safe native texture accessorsLaszlo Agocs2020-08-031-1/+1
* Remove QOpenGL dependency from QSGCompressedTexturePaul Olav Tvete2020-06-101-56/+216
* Remove OpenGL dependency from QSGTextureLaszlo Agocs2020-06-081-77/+0
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-021-1/+1
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-271-3/+3
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-261-11/+11
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-281-21/+19
* Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-161-7/+6
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-1/+178
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-091-59/+20
* Basic working compressed texture atlasMichael Brasser2018-01-311-1/+8
* Refactor compressed texture file readingEirik Aavitsland2018-01-271-0/+239