summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_attrib_tmp.h
AgeCommit message (Collapse)Author
2007-01-15Remove special-case handling for index and edgeflagKeith Whitwell
This isn't required with the changes to core mesa and the new attribute layout.
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works.