Removed the old teximage code.
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Apr 2004 13:39:20 +0000 (13:39 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 27 Apr 2004 13:39:20 +0000 (13:39 +0000)
commit8f04c12e0ad876baa7eb9ed379e2b00150b376e0
tree2d30ddd41662329fd0041dc530bce31945775813
parent186d4d8cf4bd99c46b388e6ea0c60ec1d039be07
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).
17 files changed:
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/texcompress.c
src/mesa/main/texcompress.h
src/mesa/main/texcompress_fxt1.c [new file with mode: 0644]
src/mesa/main/texcompress_s3tc.c [new file with mode: 0644]
src/mesa/main/texformat.c
src/mesa/main/texformat.h
src/mesa/main/texformat_tmp.h
src/mesa/main/teximage.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h
src/mesa/main/texutil.c [deleted file]
src/mesa/main/texutil.h [deleted file]
src/mesa/main/texutil_tmp.h [deleted file]
src/mesa/sources