summaryrefslogtreecommitdiffstats
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
* Doc: added doc for parameters QPaintedTextureImageNico Vertriest2017-02-151-25/+13
* Rename Texture::DirtyGenerators to DirtyImageGeneratorsWieland Hagen2017-01-263-6/+6
* Fix updating of texture generatorWieland Hagen2017-01-265-18/+54
* 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
* Texture: style cleanupPaul Lemire2016-10-071-1/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-21/+101
|\
| * Update QTextureImage docsAntti Määttä2016-09-022-21/+101
* | QAbstractTextureImage: Remove unneeded friend classWieland Hagen2016-08-271-5/+0
* | QAbstractTexture::CubeMapFace: add a new entry AllFacesPaul Lemire2016-08-262-1/+22
* | Merge branch '5.7' into devSean Harmer2016-08-142-0/+2
|\|
| * QImageTextureDataFunctor: initialize m_statusEdward Welbourne2016-08-101-0/+1
| * QTextureFromSourceGenerator: initialize m_statusEdward Welbourne2016-08-101-0/+1
* | QPaintedTextureImage: paint via QPainter into textureWieland Hagen2016-08-134-2/+392
* | Allow setting sample count for multisample targetsMauro Persano2016-08-125-1/+65
* | Add basic unit tests for texture classesMauro Persano2016-08-082-1/+26
* | Fix layers update on backend Texture nodeMauro Persano2016-08-081-1/+1
|/
* Don't flip texture coordinates, mirror image insteadSean Harmer2016-07-191-1/+1
* Texture: add an isDirty getterPaul Lemire2016-07-041-0/+1
* QTextureImage: react to image files being modifiedWieland Hagen2016-06-302-2/+14
* Texture loading improvementPaul Lemire2016-06-307-19/+37