summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tile_cache.h
AgeCommit message (Expand)Author
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2007-12-07Tile clearing optimizations.Brian
2007-12-07Enable the tile clear "optimization"Brian
2007-12-07Make sp_tile_cache_flush_clear() static.Brian
2007-12-07Some tile cache improvements, clean-ups.Brian
2007-12-07Eliminate struct pipe_region.Michel Dänzer
2007-12-06Hide texture layout details from the state tracker.Michel Dänzer
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-24a bit more work for optimizing clears in tile cache (not enabled yet)Brian
2007-10-22Finish unifying the surface and texture tile caches.Brian
2007-10-21Start implementing cache routines for textures.Brian
2007-10-20Convert Z/stencil ops to use cached tiles like colors.Brian
2007-10-19Tile cache functions.Brian