gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_tile_cache.c
2008-02-06 José Fonsecagallium: Use p_debug.h instead of non-portable stdio...
2008-01-31 Briangallium: fix get/put typo regression
2008-01-26 Keith Whitwellgallium: minor cleanups to pipe interface
2008-01-23 Briangallium: in sp_tile_cache_clear() mark all cache slots...
2008-01-17 José FonsecaBack-port miscellaneous fixes from internal branch...
2008-01-14 Michel DänzerRemove pipe->get/put_tile_rgba.
2008-01-14 Michel DänzerRemove mapping fields from struct pipe_surface.
2008-01-01 Brianfix leak, fix refcount error
2007-12-16 Brianswitch on cpp instead of format
2007-12-15 Briandon't allocate scratch tile in sp_tile_cache_flush_clea...
2007-12-12 Brianmove some code to avoid deref of NULL ptr
2007-12-10 Briandisable assertion in sp_tile_cache_set_surface() for now
2007-12-08 BrianTry to reduce the frequency of calls to pipe->get_tex_s...
2007-12-08 BrianTile clearing optimizations.
2007-12-07 BrianDefine PIPE_FORMAT_ tokens as an enum set, rather than...
2007-12-07 BrianGet rid of "duplicate" formats.
2007-12-07 BrianMake sp_tile_cache_flush_clear() static.
2007-12-07 BrianSome tile cache improvements, clean-ups.
2007-12-07 Michel DänzerEliminate struct pipe_region.
2007-12-06 Michel DänzerHide texture layout details from the state tracker.
2007-11-20 Brianadd PIPE_FORMAT_Z24_S8 support to softpipe patsh
2007-11-08 Brianuse pipe_surface_reference() in sp_tile_cache_set_surface()
2007-10-29 Michal KrolMake it compile under linux.
2007-10-29 Michal KrolMake gallium compile in win32.
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 Briandisable debug printf
2007-10-19 BrianTile cache functions.