summaryrefslogtreecommitdiffstats
path: root/src/render/texture/qtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fully qualify \property, \qmlproperty, \typedef, \enumLuca Di Sera2024-02-131-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-221-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-1/+1
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-201-3/+3
* Fix various [=] lambda captures to capture [this] insteadMarc Mutz2022-07-121-2/+2
* Qt3DRender: includemocsMike Krus2022-06-221-0/+2
* Use SPDX license identifiersLucie GĂ©rard2022-06-221-38/+2
* Remove uses of deprecated {QByteArray, QString}::count()Sona Kurazyan2022-04-271-1/+1
* Fix compile warnings related to deprecations or unused variablesPaul Lemire2020-06-081-1/+1
* Geometry refactoringMike Krus2020-02-271-2/+2
* 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