[965] Replace 965 texture format code with common code.
authorEric Anholt <eric@anholt.net>
Mon, 5 Nov 2007 22:55:52 +0000 (14:55 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 20 Nov 2007 19:30:12 +0000 (11:30 -0800)
commit93c98a466947570e0589b662df49095b2f4bc43c
tree2b3dacf90b443c8feb47a5550fc9bb5a0b0b2407
parente962997429aceae8286e09c6ca07bcd52f588f05
[965] Replace 965 texture format code with common code.

The only functional difference should be that 965 now gets the optimization
where textures default to 16bpp when the screen is 16bpp.
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_tex.c
src/mesa/drivers/dri/i965/intel_tex.c
src/mesa/drivers/dri/i965/intel_tex.h
src/mesa/drivers/dri/i965/intel_tex_format.c [new symlink]
src/mesa/drivers/dri/i965/intel_tex_validate.c