aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/compressedtexture
Commit message (Expand)AuthorAgeFilesLines
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-098-626/+33
* Fix: do data size check of pkm format compressed texture filesEirik Aavitsland2018-02-281-3/+2
* Fix memory leak in compressed texture file readingEirik Aavitsland2018-02-271-0/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Add basic handler for ktx format texture filesEirik Aavitsland2018-02-012-0/+264
* Basic working compressed texture atlasMichael Brasser2018-01-314-1/+306
* Refactor compressed texture file readingEirik Aavitsland2018-01-275-159/+487
* Fix symbol clash in static builds in etc texture providerSimon Hausmann2017-08-252-10/+10
* Add very basic compressed texture supportMichael Brasser2017-08-072-0/+303