[Mesa-dev] [PATCH 07/13] mesa: Add decoding functions for GL_COMPRESSED_R11_EAC

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

[Mesa-dev] [PATCH 07/13] mesa: Add decoding functions for GL_COMPRESSED_R11_EAC

2012-11-12 Thread Anuj Phogat
Data in GL_COMPRESSED_R11_EAC format is decoded and stored in MESA_FORMAT_R16. Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 122 ++- src/mesa/main/texcompress_etc.h |6 ++ 2 files changed, 125 insertions(+), 3 deletions(-) diff --git