summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_context.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-2/+2
2012-09-01mesa: s/FREE/free/Brian Paul1-1/+1
2012-04-19vbo: remove vbo_context::mat_currvalMarek Olšák1-5/+2
2012-04-19vbo: remove vbo_context::generic_currvalMarek Olšák1-2/+1
2012-04-19vbo: remove vbo_context::legacy_currvalMarek Olšák1-2/+1
2011-12-26vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul1-7/+4
2011-11-29vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich1-15/+11
2011-04-07mesa: Update _ElementSize in a few more places.José Fonseca1-0/+1
2011-04-07mesa: Update _ElementSize.Brian Paul1-0/+2
2011-01-06vbo: remove a redundant call to _ae_invalidate_stateMarek Olšák1-1/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-05-12mesa/es: Remove omit list.Chia-I Wu1-4/+0
2010-05-03mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg1-2/+4
2010-02-24vbo: remove dead codeBrian Paul1-35/+3
2010-02-09mesa: Enable true refcounting for NullBufferObj.Michal Krol1-2/+10
2009-06-12mesa: use _mesa_reference_buffer_object() in a few placesBrian Paul1-1/+2
2009-05-22mesa: use Elements() for loop limitBrian Paul1-1/+1
2009-05-07mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul1-3/+6
2009-02-11mesa: get rid of _math_init()Brian Paul1-0/+3
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-4/+18
2009-01-23mesa: set the new array->Format field in VBO codeBrian Paul1-0/+3
2008-09-21mesa: refactor: move #define FEATURE flags into new mfeatures.h fileKeith Whitwell1-1/+4
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-4/+6
2008-09-16mesa: protect against double-free in _vbo_DestroyContext()Brian Paul1-4/+6
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+16
2008-06-10mesa: refactor: move #define FEATURE flags into new mfeatures.h fileBrian Paul1-1/+4
2008-01-01fix vbo display list memleak upon context destructionBrian1-0/+1
2008-01-01fix vbo display list memleak upon context destructionBrian1-0/+1
2007-12-07New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian1-0/+12
2007-08-02Remove some code that was never hit (bug 11811).Brian1-5/+3
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-3/+3
2007-02-26fix mem leakBrian1-0/+1
2007-01-15Correctly initialize current attribute sizes.Keith Whitwell1-2/+9
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-24/+33
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell1-0/+1
2006-10-30switch several dri drivers overKeith Whitwell1-1/+2
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-1/+143
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+86