Re: [Mesa-dev] [PATCH 03/27] mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2

2012-11-06 Thread Ian Romanick
On 10/19/2012 04:28 PM, Anuj Phogat wrote: Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 460 ++- src/mesa/main/texcompress_etc.h | 15 +- 2 files changed, 466 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/texcompress_etc.

[Mesa-dev] [PATCH 03/27] mesa: Add decoding functions for GL_COMPRESSED_RGB8_ETC2

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 460 ++- src/mesa/main/texcompress_etc.h | 15 +- 2 files changed, 466 insertions(+), 9 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index c645f5