From 8f04c12e0ad876baa7eb9ed379e2b00150b376e0 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 27 Apr 2004 13:39:20 +0000 Subject: 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). --- src/mesa/sources | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/sources') 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 -- cgit v1.2.3