summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.c
AgeCommit message (Expand)Author
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-01-01fix vbo display list memleak upon context destructionBrian
2007-12-07New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-02-26fix mem leakBrian
2007-01-15Correctly initialize current attribute sizes.Keith Whitwell
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell