summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec_array.c
AgeCommit message (Expand)Author
2008-04-23drop stray includes of glapiGeorge Sapountzis
2008-02-20Fix glBegin-time test for invalid programs/shaders.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-02-14fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger
2007-02-09 array overflow fixZou Nan hai
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell
2007-01-25do not rebase index buffers as it does not work currently (tested with r200 a...Roland Scheidegger
2007-01-18Fix invalid enums passed to MapBufferAapo Tahkola
2007-01-15Remove unused index buffer.Keith Whitwell
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell
2006-11-03need to call bind_arrays() in vbo_exec_DrawRangeElements.Roland Scheidegger
2006-11-02Fix typo in last commitKeith Whitwell
2006-11-02Similarly, fill in missing input slots in the vertex-array +Keith Whitwell
2006-11-02Fill in missing input slots in the vertex-array + no-vertex-programKeith Whitwell
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell