new texture compression infrastructure
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 27 Sep 2002 02:45:37 +0000 (02:45 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 27 Sep 2002 02:45:37 +0000 (02:45 +0000)
commit89fb06fcc11cbe3f23521312155d6c55d869f526
treefcb959864dd8be6105f4a1fdc4ee78d30126e265
parent1a0bfdc8c1d798bf09daa3a07f9f873562f6c112
new texture compression infrastructure
30 files changed:
src/mesa/Makefile.X11
src/mesa/drivers/dos/dmesa.c
src/mesa/drivers/ggi/ggimesa.c
src/mesa/drivers/glide/fxdd.c
src/mesa/drivers/osmesa/osmesa.c
src/mesa/drivers/windows/wmesa.c
src/mesa/drivers/x11/xm_dd.c
src/mesa/main/Makefile.BeOS-R5
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.OSMesa16
src/mesa/main/Makefile.X11
src/mesa/main/Makefile.ugl
src/mesa/main/Makefile.win
src/mesa/main/context.c
src/mesa/main/dd.h
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/main/texcompress.c [new file with mode: 0644]
src/mesa/main/texcompress.h [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/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texstore.h
src/mesa/main/texutil.c
src/mesa/swrast/s_texstore.c