summaryrefslogtreecommitdiffstats
path: root/modules/astcenc/image_compress_astcenc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Support 64-bit image sizes for VRAM compressionBlueCube33102024-07-211-7/+7
* Fix memory leak when ASTC compression failsHaoyu Qiu2024-05-091-1/+4
* Merge pull request #88763 from BlueCube3310/image-is-compressed-staticRémi Verschelde2024-05-021-1/+1
|\
| * Image: Add static `is_format_compressed` function.BlueCube33102024-02-281-1/+1
* | EditorFileSystem: Add verbose print for file being (re)importedRémi Verschelde2024-02-281-2/+2
|/
* Refactor high quality texture importJuan Linietsky2023-01-301-68/+107
* Add ASTC compression and decompression with Arm astcenc.K. S. Ernest (iFire) Lee2023-01-191-0/+251