summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2011-11-28 23:55:31 +0800
committerChia-I Wu <olv@lunarg.com>2011-12-02 08:43:45 +0800
commit51f4d2725417088c75d512b69a31a26ae5cb3ef2 (patch)
tree65185011a4d59139cf4e80bb7eb02115eb2981d6 /src/mesa/sources.mak
parent4eae2b37a85e05b3229877c0c2b2bdec37890005 (diff)
downloadexternal_mesa3d-51f4d2725417088c75d512b69a31a26ae5cb3ef2.zip
external_mesa3d-51f4d2725417088c75d512b69a31a26ae5cb3ef2.tar.gz
external_mesa3d-51f4d2725417088c75d512b69a31a26ae5cb3ef2.tar.bz2
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>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index e72a1ce..1f109fb 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 \