aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/compressedtexture
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-073-21/+15
* 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-082-80/+0
* Follow QRhi create-destroy API updateLaszlo Agocs2020-06-022-2/+2
* Adjust QSGTexture comparisonKey typeLaszlo Agocs2020-05-272-4/+4
* RHI implementation of compressed texture atlasingEirik Aavitsland2020-05-264-66/+69
* Move updateRhiTexture and co. to QSGTextureLaszlo Agocs2020-04-282-32/+21
* Add argument to QSGTexture::removedFromAtlas()Laszlo Agocs2020-04-162-2/+2
* Make comparisonKey() a pure virtual in QSGTextureLaszlo Agocs2020-04-162-8/+7
* Introduce new mechanism to manage palette functionality in QMLVitaly Fanaskov2020-03-161-0/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-5/+5
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-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
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-201-1/+1
| |\|
| | * Fix inverted logicMichael Brasser2020-02-171-1/+1
* | | Quick: Don't qualify OpenGL includes (part two)Johan Klokkhammer Helsing2020-02-181-1/+1
* | | Quick: Don't qualify OpenGL includesUlf Hermann2020-01-271-3/+3
|/ /
* / Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-251-1/+1
|/
* 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-044-11/+201
* 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