[Mesa-dev] [PATCH 08/13] mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC

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

[Mesa-dev] [PATCH 08/13] mesa: Add decoding functions for GL_COMPRESSED_RG11_EAC

2012-11-12 Thread Anuj Phogat
Data in GL_COMPRESSED_RG11_EAC format is decoded and stored in MESA_FORMAT_RG1616. Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 89 +++ src/mesa/main/texcompress_etc.h |7 +++- 2 files changed, 95 insertions(+), 1 deletions(-) diff -