summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_tile_cache.c
Commit message (Expand)AuthorAgeFilesLines
* move some code to avoid deref of NULL ptrBrian2007-12-121-3/+3
* disable assertion in sp_tile_cache_set_surface() for nowBrian2007-12-101-1/+1
* Try to reduce the frequency of calls to pipe->get_tex_surface()Brian2007-12-071-9/+32
* Tile clearing optimizations.Brian2007-12-071-112/+140
* Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian2007-12-071-1/+2
* Get rid of "duplicate" formats.Brian2007-12-071-6/+6
* Make sp_tile_cache_flush_clear() static.Brian2007-12-071-32/+48
* Some tile cache improvements, clean-ups.Brian2007-12-071-138/+192
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-3/+21
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-2/+2
* add PIPE_FORMAT_Z24_S8 support to softpipe patshBrian2007-11-201-0/+13
* use pipe_surface_reference() in sp_tile_cache_set_surface()Brian2007-11-081-1/+1
* Make it compile under linux.Michal Krol2007-10-291-1/+2
* Make gallium compile in win32.Michal Krol2007-10-291-2/+2
* Remove remnants of softpipe_surface.Brian2007-10-271-6/+6
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-23/+27
* a bit more work for optimizing clears in tile cache (not enabled yet)Brian2007-10-241-24/+80
* Finish unifying the surface and texture tile caches.Brian2007-10-221-9/+22
* Start implementing cache routines for textures.Brian2007-10-211-0/+61
* Convert Z/stencil ops to use cached tiles like colors.Brian2007-10-201-29/+68
* disable debug printfBrian2007-10-191-2/+1
* Tile cache functions.Brian2007-10-191-0/+219