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/SConscript | |
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/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 80760863640..bcb6a249137 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -116,6 +116,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', |