summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/texture/tst_texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-231-1/+1
* tests: fix a bunch of -Wsign-compareMarc Mutz2022-07-121-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-241-0/+1
* GLTexture: change internals to use std::vectorPaul Lemire2020-07-071-4/+4
* Remove deprecated classes and functionsPaul Lemire2020-02-111-39/+27
* Update QAbstractTexture message handlingMike Krus2019-10-111-18/+10
* Update QAbstractTexture to use direct sync modeMike Krus2019-09-181-97/+37
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-281-30/+25
* Make it possible to partially update a texturePaul Lemire2019-03-201-0/+44
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-251-0/+23
|\
| * Texture: initialize internal format to NoFormatPaul Lemire2018-12-191-0/+23
* | Add QSharedGLTexturePaul Lemire2018-10-081-0/+13
|/
* Improve backend texture unit testsPaul Lemire2018-08-131-0/+186
* Fix: Do not enforce TextureImage to be parented only by TexturePaul Lemire2018-07-181-0/+66
* Merge branch '5.9' into devSean Harmer2017-08-191-4/+4
|\
| * Use QSharedPointer::create() moreMarc Mutz2017-07-221-4/+4
* | Renderer: add more dirty flags and launch jobs based on thatPaul Lemire2017-06-011-0/+10
|/
* Texture backend refactoringWieland Hagen2016-11-141-11/+11
* Allow setting sample count for multisample targetsMauro Persano2016-08-121-0/+31
* Add basic unit tests for texture classesMauro Persano2016-08-081-0/+235