aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_vbuf.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: Fix memory leak.Michal Krol2008-02-151-0/+3
* gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.José Fonseca2008-02-061-32/+31
* gallium: Teach draw_vf about draw vertices.José Fonseca2008-01-301-141/+6
* gallium: Emit point size as a constant.José Fonseca2008-01-291-4/+81
* gallium: Allow draw_vf usage to be controlled at runtime.José Fonseca2008-01-291-78/+71
* gallium: remove dead code from draw_vf*Keith Whitwell2008-01-281-1/+1
* First stab at hooking draw_vbuf & vf.José Fonseca2008-01-281-5/+178
* Simplify prototypes of draw_vbuf's internal functions.José Fonseca2008-01-281-28/+29
* Cache the vinfo in vbuf_stage.José Fonseca2008-01-281-9/+13
* gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...Brian2008-01-261-0/+3
* gallium: better flush logic in draw moduleBrian2008-01-251-10/+7
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-3/+2
* gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...Brian2008-01-231-13/+14
* gallium: restore/rewrite vbuf code for softpipeBrian2008-01-231-0/+5
* gallium: Don't allocate a vertex buffer until after setting the prim type.Brian2008-01-221-25/+39
* gallium: Added FORMAT_1F_PSIZE to insert constant point size into verticesBrian2008-01-221-3/+8
* gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...Brian2008-01-211-14/+15
* vbuf updates/fixes (KeithW)Brian2008-01-161-27/+36
* vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end()Brian2008-01-111-0/+6
* Fix malloc size buf, silence signed/unsigned comparision warningBrian2008-01-111-2/+3
* Additional parameters to vbuf_render->draw()Brian2008-01-101-4/+10
* gallium: add draw_stage::destroy().Michal2007-12-091-1/+10
* New vertex buffer stage.José Fonseca2007-11-221-0/+399