[Mesa-dev] [PATCH 04/13] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2

2012-12-06 Thread Ian Romanick
From: Anuj Phogat Data in GL_COMPRESSED_SRGB8_ETC2 format is decoded and stored in MESA_FORMAT_SARGB8. Signed-off-by: Anuj Phogat Reviewed-by: Brian Paul --- src/mesa/main/texcompress.c | 2 +- src/mesa/main/texcompress_etc.c | 83 +++-- src/mesa/main/

[Mesa-dev] [PATCH 04/13] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2

2012-11-12 Thread Anuj Phogat
Data in GL_COMPRESSED_SRGB8_ETC2 format is decoded and stored in MESA_FORMAT_SARGB8. Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 84 +-- src/mesa/main/texcompress_etc.h |7 +++ 2 files changed, 87 insertions(+), 4 deletions(-) diff