aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/compressedtexture/qsgcompressedtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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