summaryrefslogtreecommitdiff
path: root/modules/etcpak
AgeCommit message (Expand)Author
2023-05-12Use DXT1 when compressing PNGs with RGB formatclayjohn
2023-01-30Refactor high quality texture importJuan Linietsky
2023-01-19Add ASTC compression and decompression with Arm astcenc.K. S. Ernest (iFire) Lee
2023-01-11etcpak: Fix ETCPAK_TYPE_ETC2_RA_AS_RGrsjtdrjgfuzkfg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-02ETCPAK expects BGRA data for ETCBastiaan Olij
2022-10-14Make some Image methods statickobewi
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-05-04Refactor module initializationreduz
2022-01-23etcpak: Workaround multiple-of-4 requirement for 3D texture mipmaps.Lyuma
2022-01-22Pad etcpak input to 4x4 blocks. Fixes #49981Lyuma
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-09-22etcpak: Update to upstream commit 7c3cb6f (Jul 29, 2021)Rémi Verschelde
2021-04-16Import: Cleanup and optimize etcpak compression methodRémi Verschelde
2021-04-14etcpak: We only need the compression code, remove rest of etcpak appRémi Verschelde
2021-04-13Add `etcpak` library for faster ETC/ETC2/S3TC imports.K. S. Ernest (iFire) Lee