summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_vbuf.c
AgeCommit message (Expand)Author
2008-01-28Simplify prototypes of draw_vbuf's internal functions.José Fonseca
2008-01-28Cache the vinfo in vbuf_stage.José Fonseca
2008-01-26gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...Brian
2008-01-25gallium: better flush logic in draw moduleBrian
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-23gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-22gallium: Don't allocate a vertex buffer until after setting the prim type.Brian
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