src/mesa/pipe/i915simple/i915_surface.c | 104 ---- src/mesa/pipe/i965simple/brw_surface.c | 73 --- src/mesa/pipe/softpipe/Makefile | 1 src/mesa/pipe/softpipe/sp_rgba_tile.c | 727 ++++++++++++++++++++++++++++++++ src/mesa/pipe/softpipe/sp_rgba_tile.h | 48 ++ src/mesa/pipe/softpipe/sp_surface.c | 667 ----------------------------- 6 files changed, 786 insertions(+), 834 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 4416514aa82e59eae559b59e49846931fdf85f56 Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 12 16:05:38 2007 -0700 Remove get/put_tile_rgba() functions. Temporarily, use the functions from sp_rgba_tile.c commit 034476fc78b626915e0c597b08df437ea59e22c8 Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 12 16:04:52 2007 -0700 remove #include commit a4ca2591f67a5d088fb7acc56d3d6d98aede753a Author: Brian <[EMAIL PROTECTED]> Date: Wed Dec 12 16:00:11 2007 -0700 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
