src/mesa/drivers/dri/i965/Makefile | 2 src/mesa/drivers/dri/i965/brw_draw_upload.c | 2 src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 3 src/mesa/drivers/dri/i965/intel_context.c | 30 +- src/mesa/drivers/dri/i965/intel_context.h | 58 ---- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 261 ------------------ src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 167 ------------ src/mesa/drivers/dri/i965/intel_tex.c | 317 ----------------------- src/mesa/drivers/dri/i965/intel_tex.h | 47 --- src/mesa/drivers/dri/i965/intel_tex_image.c | 1 src/mesa/drivers/dri/i965/intel_tex_subimage.c | 1 src/mesa/drivers/dri/i965/intel_tex_validate.c | 266 ------------------- src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 26 - src/mesa/drivers/dri/intel/intel_mipmap_tree.h | 3 src/mesa/drivers/dri/intel/intel_tex.c | 8 src/mesa/drivers/dri/intel/intel_tex_validate.c | 20 + 16 files changed, 73 insertions(+), 1139 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 1daf5b3ad6460f33870b9f016a6615c5f1f8aa5e Author: Eric Anholt <[EMAIL PROTECTED]> Date: Sun Dec 16 12:09:22 2007 -0800 [965] Fully initialize the texture surface key data (padding around GLboolean) commit cbed2e4adde58815650e5f1397a6fbfe7923a664 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Sun Dec 16 11:46:10 2007 -0800 [965] Enable ARB_pixel_buffer_object, and disable broken imaging extension. While I haven't tested the imaging extension, this matches what 915 does. commit c0b4257aa9ba783674ccf7162799385734dff211 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Sat Dec 15 16:12:17 2007 -0800 [965] Move to using shared texture management code. This removes the delayed texture upload optimization from 965, in exchange for bringing us closer to PBO support. It also disables SGIS_generate_mipmap, which didn't seem to be working before anyway, according to the lodbias demo. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
