aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_exec.c
Commit message (Collapse)AuthorAgeFilesLines
* Be more consistant with paths in #includes. Eventually, eliminate a bunch ↵Brian2007-07-041-8/+8
| | | | of -I flags.
* Remove wakeup functions. This code is intended to be active all theKeith Whitwell2006-10-301-18/+5
| | | | time.
* better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-117/+0
|
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+227
rather than VBO's - VBOs are easy but need to look closer at the driver interface. The trivial/tri demo works.