First stab at hooking draw_vbuf & vf.
[mesa.git] / src / mesa / pipe / draw / draw_vbuf.c
2008-01-28 José FonsecaFirst stab at hooking draw_vbuf & vf.
2008-01-28 José FonsecaSimplify prototypes of draw_vbuf's internal functions.
2008-01-28 José FonsecaCache the vinfo in vbuf_stage.
2008-01-26 Briangallium: disable unnecessary point/line/tri re-validati...
2008-01-26 Briangallium: better flush logic in draw module
2008-01-26 Briangallium: replace prim pipeline begin/end() functions...
2008-01-24 Briangallium: rename FORMAT_x to EMIT_x and use EMIT_ALL...
2008-01-23 Briangallium: restore/rewrite vbuf code for softpipe
2008-01-22 Briangallium: Don't allocate a vertex buffer until after...
2008-01-22 Briangallium: Added FORMAT_1F_PSIZE to insert constant point...
2008-01-21 Briangallium: add a src_index[] array to draw's vertex_info...
2008-01-16 Brianvbuf updates/fixes (KeithW)
2008-01-11 Brianvbuf_flush_vertices() instead of vbuf_flush_indices...
2008-01-11 BrianFix malloc size buf, silence signed/unsigned comparisio...
2008-01-11 BrianAdditional parameters to vbuf_render->draw()
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-11-22 José FonsecaNew vertex buffer stage.