src/mesa/pipe/i915simple/i915_surface.c | 19 src/mesa/pipe/i965simple/brw_surface.c | 19 src/mesa/pipe/p_context.h | 5 src/mesa/pipe/p_inlines.h | 26 - src/mesa/pipe/p_state.h | 2 src/mesa/pipe/softpipe/sp_context.c | 26 - src/mesa/pipe/softpipe/sp_state_surface.c | 42 -- src/mesa/pipe/softpipe/sp_surface.c | 18 src/mesa/pipe/softpipe/sp_tile_cache.c | 70 ++- src/mesa/pipe/softpipe/sp_tile_cache.h | 6 src/mesa/pipe/util/p_tile.c | 579 +++++++++++------------------- src/mesa/pipe/xlib/xm_api.c | 21 - src/mesa/state_tracker/st_cb_accum.c | 146 +------ src/mesa/state_tracker/st_cb_drawpixels.c | 11 src/mesa/state_tracker/st_cb_fbo.c | 3 src/mesa/state_tracker/st_cb_readpixels.c | 7 src/mesa/state_tracker/st_cb_texture.c | 12 17 files changed, 356 insertions(+), 656 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 2014e0bacbd2661bf98d084120a109b1c0bf0df2 Author: Michel Dänzer <[EMAIL PROTECTED]> Date: Mon Jan 14 16:17:01 2008 +0100 Remove pipe->get/put_tile_rgba. pipe_get/put_tile_rgba() now use pipe->get/put_tile internally. Also simplify the <format>_get/put_tile_rgba() helper functions and clean up some inconsitencies in them. commit c76efb96b405e43e3261d1dc9e8812fdb2cfbac8 Author: Michel Dänzer <[EMAIL PROTECTED]> Date: Thu Jan 10 17:44:04 2008 +0100 Remove mapping fields from struct pipe_surface. It's now the responsibility of surface users to keep track of their mappings.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
