summaryrefslogtreecommitdiffstats
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
* Add missing private export macrosMike Krus2017-06-163-3/+6
* Support setting texture format on QTextureLoaderSean Harmer2017-05-302-25/+64
* Doc: add doc to undocumented Qt3D classesNico Vertriest2017-05-221-0/+6
* Merge branch '5.9.0' into 5.9Sean Harmer2017-05-201-0/+2
|\
| * Renderer: prevent crash in case texture failed to be builtPaul Lemire2017-05-161-0/+2
* | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-191-1/+1
|/
* Verify a texture is valid before updateJuan José Casafranca2017-04-252-0/+11
* Fix spelling in comments and docsAndy Maloney2017-04-061-2/+2
* Doc: added parameter specificationsNico Vertriest2017-03-211-3/+3
* Fix incorrect LuminanceAlpha formatSean Harmer2017-03-151-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-25/+13
|\
| * Doc: added doc for parameters QPaintedTextureImageNico Vertriest2017-02-151-25/+13
* | Add Qt3DExtras::QTextureAtlas classWieland Hagen2017-01-301-1/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-306-22/+58
|\|
| * Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-263-6/+6
| * Fix updating of texture generatorWieland Hagen2017-01-265-18/+54
* | Merge branch 'wip/qtquickintegration' into devSean Harmer2017-01-291-0/+10
|\ \
| * | Allow textureLock to textureAntti Määttä2017-01-171-0/+10
* | | Change QTextureLoader defaultsKevin Ottens2017-01-271-0/+15
| |/ |/|
* | Texture: small coding style cleanupMauro Persano2017-01-201-24/+12
* | Accept DDS files with extra data at the endMauro Persano2017-01-201-3/+9
* | Ignore textures which don't have their texture data yetWieland Hagen2017-01-121-3/+5
* | Add some basic debug output for texture and texture image managersSean Harmer2017-01-112-0/+22
* | QPaintedTextureImage: documentationWieland Hagen2017-01-101-0/+66
|/
* Merge branch '5.8.0' into 5.8Sean Harmer2017-01-062-1/+10
|\
| * Fix race condition with dynamic texture updatesv5.8.0Sean Harmer2017-01-062-1/+10
* | Properly update texture data generator from frontendWieland Hagen2016-12-211-2/+3
* | Merge branch '5.8.0' into 5.8Sean Harmer2016-12-166-19/+61
|\|
| * Textures: properly abandon and release texture dataPaul Lemire2016-12-145-8/+32
| * Fix texture data upload timingSean Harmer2016-12-103-11/+25
| * Handle Android assetsBogDan Vatra2016-12-071-1/+5
* | Doc: removed superfluous (double) documentation + link errorNico Vertriest2016-12-071-15/+1
* | Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* | Doc: several qdoc issuesNico Vertriest2016-12-051-4/+4
|/
* LCOV exclusion comments squashedPaul Lemire2016-11-236-13/+13
* TextureDataManager: make findEntry distinct from createEntryPaul Lemire2016-11-191-13/+16
* QTextureImage: fix proper default value for statusPaul Lemire2016-11-191-1/+1
* Make QTextureImage and its functor testablePaul Lemire2016-11-192-1/+20
* QTextureLoader: properly send new data functor notificationPaul Lemire2016-11-194-3/+35
* Texture: further refactoringPaul Lemire2016-11-145-265/+150
* Improve GLTextureManagerPaul Lemire2016-11-147-463/+405
* Texture backend refactoring: Add unit testWieland Hagen2016-11-144-4/+4
* Texture backend refactoring: Update node managersWieland Hagen2016-11-141-3/+6
* Texture backend refactoringWieland Hagen2016-11-142-692/+290
* Texture backend refactoring: Simplify TextureImageWieland Hagen2016-11-142-125/+36
* Texture backend refactoring: Add GLTexture, GLTextureManagerWieland Hagen2016-11-144-0/+1135
* Texture backend refactoring: Add Texture[Image]DataManagerWieland Hagen2016-11-142-204/+140
* Texture: use post incrementPaul Lemire2016-11-141-3/+3
* Doc: added \inmodule and \ingroup statements where it was missingNico Vertriest2016-10-191-1/+1
* QTextureLoader/QTextureImage: add a mirrored propertyPaul Lemire2016-10-106-17/+158