summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-2/+4
|\
| * Qt3DRender: includemocsMike Krus2022-07-151-0/+2
| * Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-121-2/+2
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-231-19/+19
|/
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Make the OpenGL renderer a pluginPaul Lemire2020-02-051-1/+1
* Add dedicated managers holder for GL ResourcesPaul Lemire2020-02-031-1/+1
* Fix status change on QTextureLoaderMike Krus2019-10-301-10/+8
* Merge remote-tracking branch '5.13' into 5.14Paul Lemire2019-10-171-0/+77
|\
| * Add QML doc for texturesPaul Lemire2019-10-161-0/+77
* | QTextureLoader: reset target and format on source changePaul Lemire2019-10-161-0/+5
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+23
|\|
| * Doc: Fix documentation issues for Qt3DRender::QTexture* classesTopi Reinio2019-09-271-2/+24
* | Fix some qdoc warningsFriedemann Kleint2019-08-131-0/+1
* | Basic KTX support for Qt 3DMichael Brasser2019-07-091-1/+142
* | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-2/+14
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-2/+14
| |\
| | * Doc: Add TextureLoader QML documentationPaul Wicking2019-05-151-2/+14
* | | Rework internal Texture HandlingPaul Lemire2019-03-041-38/+17
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-251-1/+7
|\|
| * Texture: initialize internal format to NoFormatPaul Lemire2018-12-191-1/+1
| * QTexture: DDS handle uncompressed floating point format texturesPaul Lemire2018-12-191-0/+6
* | Add QSharedGLTexturePaul Lemire2018-10-081-0/+63
|/
* Texture: properly handle texture sharing with remote URLsPaul Lemire2018-07-201-29/+69
* Doc: Fix documentation warnings for Qt 3D RenderTopi Reinio2018-02-281-2/+2
* Add a warning to texture loading mirrored propertyAdam Treat2018-02-221-2/+12
* Merge branch '5.10' into devSean Harmer2018-01-171-1/+3
|\
| * Fix extension handlingMike Krus2018-01-131-1/+1
| * QTexture: add warning when QImage fails to load imagePaul Lemire2017-12-181-0/+2
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-131-2/+9
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-2/+9
| |\
| | * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-10-201-2/+4
| | * Doc: add doc to undocumented classesNico Vertriest2017-10-201-0/+5
* | | Fix memory leakJesus Fernandez2017-10-251-0/+1
* | | Add support for HDR (Radiance RGBE) texturesLaszlo Agocs2017-09-041-7/+168
|/ /
* | 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
* | Send notifications from backend after loading texturesMike Krus2017-07-011-0/+12
* | Merge branch '5.9' into devSean Harmer2017-06-191-39/+65
|\|
| * Support setting texture format on QTextureLoaderSean Harmer2017-05-301-23/+54
* | Add support for ETC2-compressed PKM texturesMauro Persano2017-06-061-20/+93
* | Refactor job to prepare for line and point pickingMike Krus2017-05-261-0/+1
* | Add support for downloading texturesMike Krus2017-05-201-46/+139
|/
* Fix incorrect LuminanceAlpha formatSean Harmer2017-03-151-1/+1
* 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
* Handle Android assetsBogDan Vatra2016-12-071-1/+5
* QTextureLoader: properly send new data functor notificationPaul Lemire2016-11-191-2/+16
* QTextureLoader/QTextureImage: add a mirrored propertyPaul Lemire2016-10-101-6/+62