summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-04-27 13:39:20 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-04-27 13:39:20 +0000
commit8f04c12e0ad876baa7eb9ed379e2b00150b376e0 (patch)
tree2d30ddd41662329fd0041dc530bce31945775813 /src/mesa/sources
parent186d4d8cf4bd99c46b388e6ea0c60ec1d039be07 (diff)
Removed the old teximage code.
Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented).
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 14c4205bbd..cfe97df75f 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -42,12 +42,13 @@ MAIN_SOURCES = \
main/state.c \
main/stencil.c \
main/texcompress.c \
+ main/texcompress_s3tc.c \
+ main/texcompress_fxt1.c \
main/texformat.c \
main/teximage.c \
main/texobj.c \
main/texstate.c \
main/texstore.c \
- main/texutil.c \
main/varray.c \
main/vtxfmt.c