Re: [Mesa-dev] [PATCH 10/22] mesa: Add decoding functions for GL_COMPRESSED_R11_EAC

2012-11-12 Thread Brian Paul
On 11/10/2012 12:29 AM, Anuj Phogat wrote: v2: Use clamp macro 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 a/src/mesa/ma

[Mesa-dev] [PATCH 10/22] mesa: Add decoding functions for GL_COMPRESSED_R11_EAC

2012-11-09 Thread Anuj Phogat
v2: Use clamp macro 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 a/src/mesa/main/texcompress_etc.c b/src/mesa/main/texcompres