aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_prim_vbuf.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: back out winsys interface changesMichal Krol2007-11-231-1/+1
* Use the new vertex buffer draw stage.José Fonseca2007-11-221-307/+116
* Fix compatibility issues between gcc and msvc.Michal2007-11-221-3/+3
* Make it compile under Win32.Michal2007-11-221-2/+2
* Check the right ammount of free space in vertex buffer.José Fonseca2007-11-071-7/+9
* Reset temporary vertices ids.José Fonseca2007-11-071-1/+3
* Use a consistent number to identify undefined vertices.José Fonseca2007-11-071-10/+17
* Reuse the vertex buffer until the vertex size changes.José Fonseca2007-11-071-35/+39
* Track hardware vertex buffer state changes.José Fonseca2007-11-071-18/+12
* Fix build error: dereferencing pointer to incomplete typeMichel Dänzer2007-11-061-0/+1
* Allow custom pipe driver buffer usage flags.José Fonseca2007-11-061-1/+1
* Supply buffer usage hints to winsys.José Fonseca2007-11-061-1/+3
* Do something sensible when failed to reserve space in the batch buffer.José Fonseca2007-11-031-9/+2
* Render primitives using indirect vertices in a vertex buffer.José Fonseca2007-11-031-35/+39
* Hold the vertex buffer handle.José Fonseca2007-10-311-8/+9
* Chain vertex buffers into the batch buffer.José Fonseca2007-10-311-24/+48
* Reuse hardware vertice representation.José Fonseca2007-10-291-19/+12
* Get vertex buffer stage in a minimally working state.José Fonseca2007-10-291-27/+133
* Start a vertex buffer constuction stage for i915 based on Keith's draft done ...José Fonseca2007-10-291-0/+314