gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_winsys.h
2008-01-17 Keith Whitwellgallium: fix warning
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-10-29 José FonsecaFix i915simple build.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
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-10 Keith WhitwellAdd a printf method to winsys. Not currently used.
2007-08-06 Keith WhitwellAdd pipe buffer managment functions.
2007-08-05 Keith WhitwellAdd a new interface between softpipe and the window...