src/mesa/drivers/dri/i965/Makefile | 1 src/mesa/drivers/dri/i965/brw_context.c | 1 src/mesa/drivers/dri/i965/brw_context.h | 1 src/mesa/drivers/dri/i965/brw_exec_generic.c | 530 ------------------------- src/mesa/drivers/dri/i965/brw_tex.c | 161 ------- src/mesa/drivers/dri/i965/intel_tex.c | 1 src/mesa/drivers/dri/i965/intel_tex.h | 5 src/mesa/drivers/dri/i965/intel_tex_format.c | 1 src/mesa/drivers/dri/i965/intel_tex_validate.c | 24 - 9 files changed, 8 insertions(+), 717 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 93c98a466947570e0589b662df49095b2f4bc43c Author: Eric Anholt <[EMAIL PROTECTED]> Date: Mon Nov 5 14:55:52 2007 -0800 [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. commit e962997429aceae8286e09c6ca07bcd52f588f05 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Nov 9 11:45:25 2007 -0800 [965] Remove dead exec vfmt code which was replaced by generic vbo code. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
