src/mesa/pipe/i915simple/i915_surface.c | 57 ++++-------------------- src/mesa/pipe/i965simple/brw_surface.c | 56 ++++-------------------- src/mesa/pipe/p_util.h | 9 +++ src/mesa/pipe/softpipe/sp_surface.c | 63 +++++---------------------- src/mesa/pipe/util/p_util.c | 73 ++++++++++++++++++++++++++++++++ src/mesa/sources | 3 - 6 files changed, 118 insertions(+), 143 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit e44bdcf9789caf9971c3c94605fbff7ce66af7ba Author: Michel Dänzer <[EMAIL PROTECTED]> Date: Fri Jan 18 19:08:30 2008 +0100 Unify copy_rect helpers. Some of the copies were buggy.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
