gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_flush.c
2008-02-15 Briangallium: include draw_context.h to silence warning
2008-02-15 Briangallium: call draw_flush() in softpipe_flush()
2008-01-23 Briangallium: remove support for separate depth/stencil...
2007-12-08 Brianshorten loops over color bufs
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-21 Briansilence warning
2007-10-20 BrianCall softpipe_unmap_surfaces() in softpipe_flush().
2007-10-20 BrianConvert Z/stencil ops to use cached tiles like colors.
2007-10-19 BrianInitial implementation of surface tile caching.
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.