summaryrefslogtreecommitdiffstats
path: root/modules/etcpak
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Improve etcpak image padding and clean up the codeBlueCube33102024-07-262-95/+118
* Support 64-bit image sizes for VRAM compressionBlueCube33102024-07-211-3/+3
* 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-1/+1
|/
* [etcpak] Sync with upstreamBlueCube33102024-02-052-6/+4
* Merge pull request #86313 from BlueCube3310/etc2-r-rgRémi Verschelde2024-01-292-18/+53
|\
| * Implement ETC2_R and ETC2_RG compression to `etcpak`BlueCube33102023-12-192-18/+53
* | Use ETC2 compression for grayscale imagesBlueCube33102024-01-131-1/+1
|/
* Improve normal map VRAM Compression with RGTCBlueCube33102023-12-063-2/+14
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+0
* Use DXT1 when compressing PNGs with RGB formatclayjohn2023-04-271-1/+1
* Refactor high quality texture importJuan Linietsky2023-01-302-13/+11
* Add ASTC compression and decompression with Arm astcenc.K. S. Ernest (iFire) Lee2023-01-191-6/+6
* etcpak: Fix ETCPAK_TYPE_ETC2_RA_AS_RGrsjtdrjgfuzkfg2023-01-111-2/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* ETCPAK expects BGRA data for ETCBastiaan Olij2022-12-021-0/+3
* Make some Image methods statickobewi2022-10-141-1/+1
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* Refactor module initializationreduz2022-05-042-4/+15
* etcpak: Workaround multiple-of-4 requirement for 3D texture mipmaps.Lyuma2022-01-231-3/+7
* Pad etcpak input to 4x4 blocks. Fixes #49981Lyuma2022-01-221-6/+57
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021)Rémi Verschelde2021-09-221-2/+2
* Import: Cleanup and optimize etcpak compression methodRémi Verschelde2021-04-164-76/+96
* etcpak: We only need the compression code, remove rest of etcpak appRémi Verschelde2021-04-141-16/+0
* Add `etcpak` library for faster ETC/ETC2/S3TC imports.K. S. Ernest (iFire) Lee2021-04-136-0/+353