aboutsummaryrefslogtreecommitdiffstats
path: root/src/runtimerender/resourcemanager/qssgrenderloadedtexture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle sRGB ASTC texturesAndy Nichols2025-06-161-0/+5
* Lightmapping: Use new custom file formatKristoffer Skau2025-05-281-1/+15
* Mark qssgrenderloadedtexture as security sensitiveChristian Strømme2025-03-111-0/+1
* Replace deprecated QImage::mirror(ed) with flip(ped)Volker Hilsheimer2024-12-021-1/+1
* Add some extra checks to ensure we can hand have created a valid textureChristian Strømme2023-10-051-9/+17
* hdr loader: make isSRGB=false explicitLaszlo Agocs2023-08-071-0/+1
* Add QML API for TextureDataAndy Nichols2023-06-011-14/+28
* Add 3D texture support for TextureDataJere Tuliniemi2023-05-251-1/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-161-29/+3
* Support loading cube map from 6 imagesPaul Olav Tvete2022-06-021-2/+77
* Rename compressedData private var to textureFileDataLaszlo Agocs2022-03-101-6/+6
* Add support for EXR image files as HDR file sourcesAndy Nichols2022-02-161-76/+255
* Make sure to convert non HDR light probe images to linear color spaceAndy Nichols2022-01-171-0/+16
* Remove unused arg in loadCompressedImageLaszlo Agocs2021-06-011-4/+2
* Automatically detect texture file extensionEirik Aavitsland2021-05-031-19/+74
* Simplify and enhance the QSSGRenderImage loading flowLaszlo Agocs2021-05-031-3/+2
* Retire QSSGRenderInputStreamFactoryEirik Aavitsland2021-04-291-2/+0
* Add a simple file opening function to simplify data loadingEirik Aavitsland2021-04-281-3/+23
* Make code more robust by not leaving variable uninitializedEirik Aavitsland2021-02-081-3/+1
* CodeChecker: Cast to size_t before multiplyingAndy Nichols2021-02-051-1/+1
* CodeChecker: Fix leaking of 1 instance of QSSGLoadedTextureAndy Nichols2021-02-041-3/+2
* Fix up some texture-related legacy todo notesLaszlo Agocs2020-12-101-5/+3
* Convert loaded QImages to texture compatible pixel formatsEirik Aavitsland2020-11-051-27/+19
* Accept all supported image and texture file typesEirik Aavitsland2020-11-041-12/+7
* Fix and test using a compressed texture in lightProbeLaszlo Agocs2020-10-291-1/+182
* Do not crash with non-HDR images for lightProbeLaszlo Agocs2020-10-291-36/+29
* Remove unused QSSGLoadedTexture membersLaszlo Agocs2020-10-291-8/+1
* Eliminate some more MSVC warningsLaszlo Agocs2020-10-061-0/+4
* Make the PrincipledMaterial render as intendedAndy Nichols2020-09-161-0/+2
* Enable build with QT_NO_OPENGLAndy Nichols2020-08-311-1/+0
* Add support for tonemappingAndy Nichols2020-08-281-10/+15
* Add support for custom textures from dataAndy Nichols2020-08-241-10/+31
* Add ; to Q_UNUSEDLars Schmertmann2020-06-291-2/+2
* Replace QSSGRenderContext with QSSGRhiContextAndy Nichols2020-05-101-12/+7
* Merge remote-tracking branch 'origin/5.15' into devLaszlo Agocs2020-03-101-3/+0
|\
| * Remove 64-bit QImage conversion warningLaszlo Agocs2020-03-031-3/+0
* | Merge remote-tracking branch 'origin/5.15' into HEADLaszlo Agocs2020-02-111-1/+1
|\|
| * Code clean-up: unnecessary-value-paramChristian Strømme2020-02-101-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLaszlo Agocs2020-02-111-6/+28
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Andy Nichols2020-02-091-0/+1
| |\
| | * Don't use the same Logging catagory multiple modulesAndy Nichols2020-01-271-0/+1
| * | Workaround missing 64-bit image supportPaul Olav Tvete2020-02-041-6/+27
* | | Fix build with latest qtbaseSimon Hausmann2020-01-281-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Laszlo Agocs2020-01-221-13/+16
|\|
| * Support RGBE hdr images directlyAntti Määttä2019-12-161-13/+16
* | Implement support for packing single channel textures to alphaAntti Määttä2019-12-171-0/+2
|/
* Use QTextureFileReader to load Compressed TexturesAndy Nichols2019-09-261-3/+40
* Long live QtQuick3D!Christian Strømme2019-08-231-0/+400