OSDN Git Service

Remove pipe->get/put_tile_rgba.
authorMichel Dänzer <michel@tungstengraphics.com>
Mon, 14 Jan 2008 15:17:01 +0000 (16:17 +0100)
committerMichel Dänzer <michel@tungstengraphics.com>
Mon, 14 Jan 2008 17:12:58 +0000 (18:12 +0100)
commit2014e0bacbd2661bf98d084120a109b1c0bf0df2
tree9e91d30e68f6d5b2a73d697b02c50718a6732e01
parentc76efb96b405e43e3261d1dc9e8812fdb2cfbac8
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.
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/i965simple/brw_surface.c
src/mesa/pipe/p_context.h
src/mesa/pipe/softpipe/sp_surface.c
src/mesa/pipe/softpipe/sp_tile_cache.c
src/mesa/pipe/util/p_tile.c
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