Move float/rgba tile get/put functions into new file.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 23:00:11 +0000 (16:00 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 12 Dec 2007 23:00:11 +0000 (16:00 -0700)
commita4ca2591f67a5d088fb7acc56d3d6d98aede753a
treec6ac49b3c4ac384e198acf11501e006b92254c6a
parent708251558c4eb1719a0f73d83c233c7a492f2297
Move float/rgba tile get/put functions into new file.

This should be moved into a gallium util lib (location tbd) so it can also
be used by the state tracker.
Then, remove the pipe->get/put_tile_rgba() functions.
src/mesa/pipe/i915simple/i915_surface.c
src/mesa/pipe/softpipe/Makefile
src/mesa/pipe/softpipe/sp_rgba_tile.c [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_rgba_tile.h [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_surface.c