Remove mapping fields from struct pipe_surface.
authorMichel Dänzer <michel@tungstengraphics.com>
Thu, 10 Jan 2008 16:44:04 +0000 (17:44 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Mon, 14 Jan 2008 17:12:58 +0000 (18:12 +0100)
commitc76efb96b405e43e3261d1dc9e8812fdb2cfbac8
tree001828ee5bca72508f45deacfbb9f2318763ce99
parenta511200e5f0c384e68258879bab76563d8e01f01
Remove mapping fields from struct pipe_surface.

It's now the responsibility of surface users to keep track of their mappings.
17 files changed:
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/i965simple/brw_surface.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_inlines.h
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_state_surface.c
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_tile_cache.c
src/mesa/pipe/softpipe/sp_tile_cache.h
src/mesa/pipe/util/p_tile.c
src/mesa/pipe/xlib/xm_api.c
src/mesa/state_tracker/st_cb_accum.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_fbo.c
src/mesa/state_tracker/st_cb_readpixels.c
src/mesa/state_tracker/st_cb_texture.c