More texture format updates. Drivers now need only plug an appropriate
authorGareth Hughes <gareth@valinux.com>
Wed, 28 Mar 2001 20:40:51 +0000 (20:40 +0000)
committerGareth Hughes <gareth@valinux.com>
Wed, 28 Mar 2001 20:40:51 +0000 (20:40 +0000)
commit38f28665bf9fb5b2464738ca5074848ec2777ae1
treed7df29f52814f6cd466b3ad9c3252c744ee5071c
parent53933fe9dbfae168dce0688b406810462a6d577b
More texture format updates.  Drivers now need only plug an appropriate
format into texImage->TexFormat, the rest is handled by core Mesa.
src/mesa/main/mtypes.h
src/mesa/main/texformat.c
src/mesa/main/teximage.c
src/mesa/main/texstate.c
src/mesa/main/texstore.c
src/mesa/main/texutil.c
src/mesa/swrast/s_texstore.c
src/mesa/swrast/s_texture.c
src/mesa/swrast/s_triangle.c