Eliminate struct pipe_region.
[mesa.git] / src / mesa / pipe / softpipe / sp_tile_cache.h
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 Briana bit more work for optimizing clears in tile cache...
2007-10-22 BrianFinish unifying the surface and texture tile caches.
2007-10-22 BrianStart implementing cache routines for textures.
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-19 BrianTile cache functions.