Re: [Mesa-dev] [PATCH V3 13/13] intel: Enable ETC2 support on intel hardware

2012-11-14 Thread Eric Anholt
Anuj Phogat writes: > This patch enables support for ETC2 compressed textures on > all intel hardware. At present, ETC2 texture decoding is not > available on intel hardware. So, compressed ETC2 texture data > is decoded in software and stored in a suitable uncompressed > MESA_FORMAT at the time

[Mesa-dev] [PATCH V3 13/13] intel: Enable ETC2 support on intel hardware

2012-11-13 Thread Anuj Phogat
This patch enables support for ETC2 compressed textures on all intel hardware. At present, ETC2 texture decoding is not available on intel hardware. So, compressed ETC2 texture data is decoded in software and stored in a suitable uncompressed MESA_FORMAT at the time of glCompressedTexImage2D. Curre