summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo
Commit message (Expand)AuthorAgeFilesLines
...
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-155-181/+24
* Hook in split functionalitykeithw2007-01-152-7/+37
* New files to manage splitting drawing commandskeithw2007-01-154-0/+1083
* Don't perform dangling attribute check on POS attribute. It can't byKeith Whitwell2006-11-201-1/+1
* 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
* Fix typo in display list attrib binding.Keith Whitwell2006-11-021-1/+1
* move public structure definitions to vbo.hKeith Whitwell2006-10-315-25/+31
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-307-89/+94
* Remove wakeup functions. This code is intended to be active all theKeith Whitwell2006-10-305-46/+19
* switch several dri drivers overKeith Whitwell2006-10-303-4/+42
* better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-307-139/+214
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-2915-0/+4705