summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/texture
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-231-1/+1
* CMake: Make qt3d tests standalone projectsAlexandru Croitor2023-07-061-0/+6
* Remove qmake build filesMike Krus2023-03-171-12/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-241-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-271-1/+1
* tests: fix a bunch of -Wsign-compareMarc Mutz2022-07-121-2/+2
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-221-27/+2
* QAbstractTexture: expose mipLevelPaul Lemire2020-11-241-0/+1
* Use internal CMake APIMike Krus2020-10-071-1/+1
* GLTexture: change internals to use std::vectorPaul Lemire2020-07-071-4/+4
* Add missing tests and benchmarksMike Krus2020-06-241-14/+2
* Add support for building with CMakeMike Krus2020-05-221-0/+38
* 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-082-0/+247