-
Added
uastc_r8_unorm
anduastc_rg8_unorm
modules providing R8 and RG8 uncompressed decode targets. -
Breaking change:
uastc_rgba32_*
modules have been renamed touastc_rgba8_*
; theirdecodeRGBA32
functions have been renamed todecode
. -
Breaking change: The
nBlocks
parameter of thetranscode
functions is now checked for invalid values. -
Breaking change: The
width
andheight
parameters of thedecode
functions cannot be greater than16384
. -
All static data initialization functions have been replaced with the embedded active data segments.
-
All dynamic data initialization routines have been moved to the start function.
-
The repository is now compliant with the REUSE Specification.
- Initial release