summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec_array.c
Commit message (Expand)AuthorAgeFilesLines
* drop stray includes of glapiGeorge Sapountzis2008-04-231-1/+0
* Fix glBegin-time test for invalid programs/shaders.Brian2008-02-201-0/+15
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-6/+6
* fix typo preventing generic arrays from working with ARB_vp (bug #9952)Roland Scheidegger2007-02-141-1/+1
* array overflow fixZou Nan hai2007-02-091-2/+2
* Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-69/+77
* do not rebase index buffers as it does not work currently (tested with r200 a...Roland Scheidegger2007-01-251-2/+3
* Fix invalid enums passed to MapBufferAapo Tahkola2007-01-181-1/+1
* Remove unused index buffer.Keith Whitwell2007-01-151-7/+1
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-151-4/+2
* need to call bind_arrays() in vbo_exec_DrawRangeElements.Roland Scheidegger2006-11-031-1/+3
* Fix typo in last commitKeith Whitwell2006-11-021-1/+1
* Similarly, fill in missing input slots in the vertex-array +Keith Whitwell2006-11-021-0/+7
* Fill in missing input slots in the vertex-array + no-vertex-programKeith Whitwell2006-11-021-1/+10
* better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-7/+8
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+367