summaryrefslogtreecommitdiffstats
path: root/src/render/texture
Commit message (Expand)AuthorAgeFilesLines
...
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-257-11/+11
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-222-25/+38
|\| |
| * | Merge branch '5.9' into 5.10Sean Harmer2017-09-122-25/+38
| |\|
| | * Make GLTexture dirty flags atomic instead of using a mutexWieland Hagen2017-09-082-21/+33
* | | Add support for HDR (Radiance RGBE) texturesLaszlo Agocs2017-09-041-7/+168
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-011-0/+4
|\|
| * Don't create GL textures when format is not setMauro Persano2017-08-311-0/+4
* | Don't call deprecated QImage::byteSize() functionSean Harmer2017-08-221-1/+1
* | Merge branch '5.9' into devSean Harmer2017-08-191-1/+1
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-221-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-111-1/+1
|\|
| * Match the DDS/PKM file extension case-insensitivelyGiuseppe D'Angelo2017-07-031-1/+1
* | Add renderbuffer support for FBO attachments with OpenGL ESLaszlo Agocs2017-07-055-2/+260
* | Send notifications from backend after loading texturesMike Krus2017-07-015-1/+119
* | Merge branch '5.9' into devSean Harmer2017-06-195-45/+88
|\|
| * 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
* | Add support for ETC2-compressed PKM texturesMauro Persano2017-06-061-20/+93
* | Renderer: add more dirty flags and launch jobs based on thatPaul Lemire2017-06-011-1/+1
* | Refactor job to prepare for line and point pickingMike Krus2017-05-261-0/+1
* | Merge branch '5.9' into devSean Harmer2017-05-214-8/+17
|\|
| * 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
* | Add support for downloading texturesMike Krus2017-05-207-61/+205
|/
* 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