summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_prim_vbuf.c
AgeCommit message (Expand)Author
2007-12-09add fence interfaces and buffer create flags to pipe_winsyskeithw
2007-11-23gallium: back out winsys interface changesMichal Krol
2007-11-22Use the new vertex buffer draw stage.José Fonseca
2007-11-22Fix compatibility issues between gcc and msvc.Michal
2007-11-22Make it compile under Win32.Michal
2007-11-07Check the right ammount of free space in vertex buffer.José Fonseca
2007-11-07Reset temporary vertices ids.José Fonseca
2007-11-07Use a consistent number to identify undefined vertices.José Fonseca
2007-11-07Reuse the vertex buffer until the vertex size changes.José Fonseca
2007-11-07Track hardware vertex buffer state changes.José Fonseca
2007-11-06Fix build error: dereferencing pointer to incomplete typeMichel Dänzer
2007-11-06Allow custom pipe driver buffer usage flags.José Fonseca
2007-11-06Supply buffer usage hints to winsys.José Fonseca
2007-11-03Do something sensible when failed to reserve space in the batch buffer.José Fonseca
2007-11-03Render primitives using indirect vertices in a vertex buffer.José Fonseca
2007-10-31Hold the vertex buffer handle.José Fonseca
2007-10-31Chain vertex buffers into the batch buffer.José Fonseca
2007-10-29Reuse hardware vertice representation.José Fonseca
2007-10-29Get vertex buffer stage in a minimally working state.José Fonseca
2007-10-29Start a vertex buffer constuction stage for i915 based on Keith's draft done ...José Fonseca