aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_attrib_tmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove special-case handling for index and edgeflagKeith Whitwell2007-01-151-2/+3
| | | | | This isn't required with the changes to core mesa and the new attribute layout.
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+485
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works.