summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_save.h
AgeCommit message (Collapse)Author
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵Brian
of -I flags.
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-31move public structure definitions to vbo.hKeith Whitwell
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell
time.
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.