gallium: remove some debug assertions in vertex format validation
[mesa.git] / src / mesa / pipe / softpipe / sp_prim_vbuf.c
2008-02-15 Briangallium: rearrange vertex info/layout validation
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-24 Briangallium: improved vertex layout and interpolant setup...
2008-01-23 Briangallium: rework compute_vertex_layout() to intelligentl...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-15 Briandisable debug printf
2008-01-10 Briancomment about vertex data in emit_vertex()
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-11-07 José FonsecaReset temporary vertices ids.
2007-11-07 José FonsecaUse a consistent number to identify undefined vertices.
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-27 michalSilence compiler warnings.
2007-09-27 keithwreduced debug
2007-09-25 Keith WhitwellFirst attempt at building vertex buffers post-clip.