gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
[mesa.git] / src / mesa / pipe / draw / draw_vbuf.c
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.