The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes: src/glx/x11/dri2_glx.c | 3 +++ src/mesa/drivers/dri/intel/intel_context.c | 3 ++- src/mesa/drivers/dri/intel/intel_fbo.c | 2 +- src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 7 +++++-- src/mesa/drivers/dri/intel/intel_regions.c | 16 ++++++++++------ src/mesa/drivers/dri/intel/intel_regions.h | 10 ++++++---- src/mesa/drivers/dri/intel/intel_tex_image.c | 2 +- 7 files changed, 28 insertions(+), 15 deletions(-) via 8db761409dadc2e899d4e7107eff3aa07b07aa11 (commit) via bdc8ac4ae2c711e2569618136bf7d9c7b25be53e (commit) from 34bba445a12f7b81654a416fd1630c8890cfc178 (commit) - Commits ----------------------------------------------- commit 8db761409dadc2e899d4e7107eff3aa07b07aa11 Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Sep 12 15:48:13 2008 -0700 intel: Add a width field to regions, and use it for making miptrees in TFP. Otherwise, we would use the pitch as width of the texture, and compiz would render the pitch padding on the right hand side. commit bdc8ac4ae2c711e2569618136bf7d9c7b25be53e Author: Eric Anholt <[EMAIL PROTECTED]> Date: Fri Sep 12 14:18:14 2008 -0700 Finish off the previous fix for TFP. A couple of those lines of debug printfs I deleted weren't actually debug printfs. --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit