Move the get/put_tile() functions to pipe_context.
authorBrian <brian.paul@tungstengraphics.com>
Fri, 26 Oct 2007 00:50:15 +0000 (18:50 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 26 Oct 2007 02:32:45 +0000 (20:32 -0600)
commitee80e0b620c5b9af62dac8ad64a84042b46f5264
treef41b4fdaa0ff6658ff991925cd14423cdbc3f592
parentafd19177e4e6571858fc94ab6be1b12bb54a04ed
Move the get/put_tile() functions to pipe_context.

The _rgba versions are temporary until the state tracker is updated.
20 files changed:
src/mesa/drivers/x11/xm_surface.c
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_flush.c
src/mesa/pipe/softpipe/sp_quad_blend.c
src/mesa/pipe/softpipe/sp_quad_colormask.c
src/mesa/pipe/softpipe/sp_quad_depth_test.c
src/mesa/pipe/softpipe/sp_quad_output.c
src/mesa/pipe/softpipe/sp_quad_stencil.c
src/mesa/pipe/softpipe/sp_state_surface.c
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_surface.h
src/mesa/pipe/softpipe/sp_tile_cache.c
src/mesa/pipe/softpipe/sp_tile_cache.h
src/mesa/state_tracker/st_cb_accum.c
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_readpixels.c
src/mesa/state_tracker/st_cb_texture.c