summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.c
AgeCommit message (Expand)Author
2011-01-06vbo: remove a redundant call to _ae_invalidate_stateMarek Olšák
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-12mesa/es: Remove omit list.Chia-I Wu
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg
2010-02-24vbo: remove dead codeBrian Paul
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul
2009-05-22mesa: use Elements() for loop limitBrian Paul
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul
2009-02-11mesa: get rid of _math_init()Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-16mesa: protect against double-free in _vbo_DestroyContext()Brian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul
2008-01-01fix vbo display list memleak upon context destructionBrian
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-08-02Remove some code that was never hit (bug 11811).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