summaryrefslogtreecommitdiffstats
path: root/modules/astcenc/SCsub
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|
* astcenc: Update to 4.4.0Rémi Verschelde2023-05-111-1/+0
| | | | | | | | > The 4.4.0 release is a minor release with image quality improvements, > a small performance boost, a few new quality-of-life features, and a > few minor fixes for uncommon build configurations. https://github.com/ARM-software/astc-encoder/releases/tag/4.4.0
* Add ASTC compression and decompression with Arm astcenc.K. S. Ernest (iFire) Lee2023-01-191-0/+55
Co-authored-by: Gordon A Macpherson <gordon.a.macpherson@gmail.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>