gallium/softpipe: replace pipe_get_tile_swizzle()
authorBrian Paul <brianp@vmware.com>
Sat, 22 Jan 2011 23:59:22 +0000 (16:59 -0700)
committerBrian Paul <brianp@vmware.com>
Sun, 23 Jan 2011 01:33:35 +0000 (18:33 -0700)
commit90671fcdda52a83e2bbba581e985d25c6bff961e
treec784c729353fe289996479acf439eea0a0a81987
parent4e2c077879dce298aa0f2648cac1dba1fa5a58af
gallium/softpipe: replace pipe_get_tile_swizzle()

The new function, pipe_get_tile_rgba_format(), no longer takes a
swizzle (we weren't actually using it anywhere).  Rename it to
indicate that the format is passed explicitly.
src/gallium/auxiliary/util/u_tile.c
src/gallium/auxiliary/util/u_tile.h
src/gallium/drivers/softpipe/sp_tex_tile_cache.c