summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_context.c
Commit message (Expand)AuthorAgeFilesLines
* vbo: remove dead codeBrian Paul2010-02-241-35/+3
* mesa: Enable true refcounting for NullBufferObj.Michal Krol2010-02-091-2/+10
* mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul2009-06-121-1/+2
* mesa: use Elements() for loop limitBrian Paul2009-05-221-1/+1
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-3/+6
* mesa: get rid of _math_init()Brian Paul2009-02-111-0/+3
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-4/+18
|\
| * Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-4/+6
| |\
| | * mesa: protect against double-free in _vbo_DestroyContext()Brian Paul2008-09-161-4/+6
| * | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-1/+16
| |\ \ | | |/
| | * mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul2008-06-101-1/+4
| | * 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
* | | mesa: set the new array->Format field in VBO codeBrian Paul2009-01-231-0/+3
* | | mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell2008-09-211-1/+4
|/ /
* | fix vbo display list memleak upon context destructionBrian2008-01-011-0/+1
* | Remove some code that was never hit (bug 11811).Brian2007-08-021-5/+3
|/
* 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