[Mesa-dev] [PATCH 0/7] ASTC texture compression for all Gallium drivers
Marek Olšák
maraeo at gmail.com
Mon Jul 23 23:52:00 UTC 2018
Hi,
This series enables ASTC texture compression for all Gallium drivers
that don't support it in hardware. The works the same as the ETC2
fallback, i.e. it decompresses ASTC inside glCompressedTexImage to
a supported uncompressed format.
RadeonSI now finally supports the following:
- GL_KHR_texture_compression_astc_ldr
- GL_ANDROID_extension_pack_es31a
- OpenGL ES 3.2 !!!
All ASTC dEQP tests pass.
Please review.
Thanks,
Marek
More information about the mesa-dev
mailing list