mesa: add ETC1 decoding routines
authorChia-I Wu <olv@lunarg.com>
Mon, 28 Nov 2011 15:55:31 +0000 (23:55 +0800)
committerChia-I Wu <olv@lunarg.com>
Fri, 2 Dec 2011 00:43:45 +0000 (08:43 +0800)
commit51f4d2725417088c75d512b69a31a26ae5cb3ef2
tree65185011a4d59139cf4e80bb7eb02115eb2981d6
parent4eae2b37a85e05b3229877c0c2b2bdec37890005
mesa: add ETC1 decoding routines

The format is defined by GL_OES_compressed_ETC1_RGB8_texture.  These routines
will be used in the following commit.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/SConscript
src/mesa/main/texcompress_etc.c [new file with mode: 0644]
src/mesa/main/texcompress_etc.h [new file with mode: 0644]
src/mesa/main/texcompress_etc_tmp.h [new file with mode: 0644]
src/mesa/sources.mak