summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-27vbo: comments and whitespaceBrian Paul
2010-01-12vbo: Remove unnecessary headers from vbo_exec.c.Vinson Lee
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith 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