summaryrefslogtreecommitdiffstats
path: root/src/mesa/vbo/vbo_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-311-1/+0
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-311-1/+0
* vbo: Declare the index range invalid for DrawIndirectJason Ekstrand2016-05-231-1/+1
* vbo: create a new draw function interface for indirect drawsIlia Mirkin2016-01-071-0/+50
* vbo: s/GLuint/GLbitfield/ for state bitmasksBrian Paul2016-01-061-1/+1
* vbo: simplify vertex array initializations in vbo_context.cBrian Paul2015-10-131-52/+43
* vbo: get rid of needless NR_MAT_ATTRIBS constantBrian Paul2015-10-131-6/+3
* vbo: fix incorrect switch statement in init_mat_currval()Brian Paul2015-10-131-1/+1
* vbo: Avoid double promotion.Matt Turner2015-07-291-3/+3
* mesa/vbo: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-2/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: Rename gl_context::swtnl_im to vbo_context; use proper type.Kenneth Graunke2013-09-031-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-1/+1
* vbo: remove vbo_context::mat_currvalMarek Olšák2012-04-191-5/+2
* vbo: remove vbo_context::generic_currvalMarek Olšák2012-04-191-2/+1
* vbo: remove vbo_context::legacy_currvalMarek Olšák2012-04-191-2/+1
* vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul2011-12-261-7/+4
* vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich2011-11-291-15/+11
* mesa: Update _ElementSize in a few more places.José Fonseca2011-04-071-0/+1
* mesa: Update _ElementSize.Brian Paul2011-04-071-0/+2
* vbo: remove a redundant call to _ae_invalidate_stateMarek Olšák2011-01-061-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* mesa/es: Remove omit list.Chia-I Wu2010-05-121-4/+0
* mesa: Only initialize save dispatch table for OpenGLKristian Høgsberg2010-05-031-2/+4
* 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