summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vbuf.c
AgeCommit message (Expand)Author
2008-01-22gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian
2008-01-21gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian
2008-01-16vbuf updates/fixes (KeithW)Brian
2008-01-11vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end()Brian
2008-01-11Fix malloc size buf, silence signed/unsigned comparision warningBrian
2008-01-10Additional parameters to vbuf_render->draw()Brian
2007-12-09gallium: add draw_stage::destroy().Michal
2007-11-22New vertex buffer stage.José Fonseca