summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tile_cache.c
AgeCommit message (Expand)Author
2008-02-06gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca
2008-01-31gallium: fix get/put typo regressionBrian
2008-01-26gallium: minor cleanups to pipe interfaceKeith Whitwell
2008-01-23gallium: in sp_tile_cache_clear() mark all cache slots as empty/free. Fixes ...Brian
2008-01-17Back-port miscellaneous fixes from internal branch (mostly portability fixes).José Fonseca
2008-01-14Remove pipe->get/put_tile_rgba.Michel Dänzer
2008-01-14Remove mapping fields from struct pipe_surface.Michel Dänzer
2008-01-01fix leak, fix refcount errorBrian
2007-12-16switch on cpp instead of formatBrian
2007-12-15don't allocate scratch tile in sp_tile_cache_flush_clear() to avoid stack ove...Brian
2007-12-12move some code to avoid deref of NULL ptrBrian
2007-12-10disable assertion in sp_tile_cache_set_surface() for nowBrian
2007-12-07Try to reduce the frequency of calls to pipe->get_tex_surface()Brian
2007-12-07Tile clearing optimizations.Brian
2007-12-07Define PIPE_FORMAT_ tokens as an enum set, rather than #defines.Brian
2007-12-07Get rid of "duplicate" formats.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-11-20add PIPE_FORMAT_Z24_S8 support to softpipe patshBrian
2007-11-08use pipe_surface_reference() in sp_tile_cache_set_surface()Brian
2007-10-29Make it compile under linux.Michal Krol
2007-10-29Make gallium compile in win32.Michal Krol
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-19disable debug printfBrian
2007-10-19Tile cache functions.Brian