util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 13 Jul 2008 13:39:58 +0000 (22:39 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sun, 13 Jul 2008 14:37:40 +0000 (23:37 +0900)
commit36dd89c8a7f2a911e8f7f18d1edcaf982a75a438
treedf767b61d9f62041a494378e00507568d512d46c
parent17af66fc1a141920969ddf404bd7ffb52a94fb31
util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.

You don't need a pipe_context * for this, and all other necessary info is
already inside pipe_surface.
src/gallium/auxiliary/util/p_tile.c
src/gallium/auxiliary/util/p_tile.h
src/gallium/drivers/softpipe/sp_tile_cache.c
src/mesa/drivers/x11/xm_surface.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