summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_context.c
Commit message (Expand)AuthorAgeFilesLines
* fix vbo display list memleak upon context destructionBrian2008-01-011-0/+1
* New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian2007-12-071-0/+12
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-3/+3
* fix mem leakBrian2007-02-261-0/+1
* Correctly initialize current attribute sizes.Keith Whitwell2007-01-151-2/+9
* Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-301-24/+33
* Remove wakeup functions. This code is intended to be active all theKeith Whitwell2006-10-301-0/+1
* switch several dri drivers overKeith Whitwell2006-10-301-1/+2
* better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-301-1/+143
* Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell2006-10-291-0/+86