summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_prim_vbuf.c
AgeCommit message (Expand)Author
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2008-01-23gallium: improved vertex layout and interpolant setup in softpipeBrian
2008-01-23gallium: rework compute_vertex_layout() to intelligently map vs outputs to fs...Brian
2008-01-23gallium: restore/rewrite vbuf code for softpipeBrian
2008-01-23gallium: overhaul usage of vertex_info in draw module.Brian
2008-01-14disable debug printfBrian
2008-01-10comment about vertex data in emit_vertex()Brian
2007-12-09gallium: add draw_stage::destroy().Michal
2007-11-07Reset temporary vertices ids.José Fonseca
2007-11-07Use a consistent number to identify undefined vertices.José Fonseca
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-27Silence compiler warnings.michal
2007-09-27reduced debugkeithw
2007-09-25First attempt at building vertex buffers post-clip.Keith Whitwell