Re: [Mesa-dev] [PATCH 3/7] mesa: add ETC1 decoding routines

2011-11-30 Thread Chia-I Wu
On Wed, Nov 30, 2011 at 10:10 PM, Brian Paul wrote: > On 11/29/2011 09:47 PM, Chia-I Wu wrote: >> >> From: Chia-I Wu >> >> The format is defined by GL_OES_compressed_ETC1_RGB8_texture.  These >> routines >> will be used in the following commit. >> --- >>  src/mesa/main/texcompress_etc1.c     |   7

Re: [Mesa-dev] [PATCH 3/7] mesa: add ETC1 decoding routines

2011-11-30 Thread Brian Paul
On 11/29/2011 09:47 PM, Chia-I Wu wrote: From: Chia-I Wu The format is defined by GL_OES_compressed_ETC1_RGB8_texture. These routines will be used in the following commit. --- src/mesa/main/texcompress_etc1.c | 71 ++ src/mesa/main/texcompress_etc1.h | 40

[Mesa-dev] [PATCH 3/7] mesa: add ETC1 decoding routines

2011-11-29 Thread Chia-I Wu
From: Chia-I Wu The format is defined by GL_OES_compressed_ETC1_RGB8_texture. These routines will be used in the following commit. --- src/mesa/main/texcompress_etc1.c | 71 ++ src/mesa/main/texcompress_etc1.h | 40 ++ src/mesa/main/texcompress_etc1_tmp.h |