diff options
author | Chia-I Wu <[email protected]> | 2011-11-28 23:55:31 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-12-02 08:43:45 +0800 |
commit | 51f4d2725417088c75d512b69a31a26ae5cb3ef2 (patch) | |
tree | 65185011a4d59139cf4e80bb7eb02115eb2981d6 /src/mesa/sources.mak | |
parent | 4eae2b37a85e05b3229877c0c2b2bdec37890005 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index e72a1ce1ec0..1f109fb36cc 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -83,6 +83,7 @@ MAIN_SOURCES = \ main/texcompress_rgtc.c \ main/texcompress_s3tc.c \ main/texcompress_fxt1.c \ + main/texcompress_etc.c \ main/texenv.c \ main/texformat.c \ main/texgen.c \ |