aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/compressedtexture/qsgcompressedatlastexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix broken compressed texturesJonas Karlsson2021-01-141-0/+2
* Fix accidentally removed initialization of m_sizeJonas Karlsson2021-01-081-1/+2
* Use new QTextureFileData::getDataView methodJonas Karlsson2021-01-071-12/+6
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-021-1/+1
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-261-43/+39
* Add argument to QSGTexture::removedFromAtlas()Laszlo Agocs2020-04-161-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-5/+5
|\
| * Fix texture coords for the compressed texture atlasMichael Brasser2020-02-211-5/+5
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-211-1/+1
|\|
| * Fix inverted logicMichael Brasser2020-02-171-1/+1
* | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-3/+3
|/
* Support DXT1/3/5 in compressed texture atlasv5.14.0-beta2Michael Brasser2019-10-171-1/+11
* Add the graphics api independent scenegraph portLaszlo Agocs2019-07-041-2/+2
* Compressed textures: Replace file decoding code with QtGui functionalityEirik Aavitsland2018-08-091-8/+6
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Basic working compressed texture atlasMichael Brasser2018-01-311-0/+174