Re: [Mesa-dev] [PATCH 08/27] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2

2012-11-09 Thread Anuj Phogat
On Tue, Nov 6, 2012 at 3:23 PM, Ian Romanick wrote: > > On 10/19/2012 04:28 PM, Anuj Phogat wrote: >> >> Signed-off-by: Anuj Phogat >> --- >> src/mesa/main/texcompress_etc.c | 96 >> +-- >> src/mesa/main/texcompress_etc.h |7 +++ >> 2 files changed,

Re: [Mesa-dev] [PATCH 08/27] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_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 | 96 +-- src/mesa/main/texcompress_etc.h |7 +++ 2 files changed, 99 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texcompress_etc.

[Mesa-dev] [PATCH 08/27] mesa: Add decoding functions for GL_COMPRESSED_SRGB8_ETC2

2012-10-19 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- src/mesa/main/texcompress_etc.c | 96 +-- src/mesa/main/texcompress_etc.h |7 +++ 2 files changed, 99 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompress_etc.c index 829414