summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo_exec.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul1-3/+0
2013-05-01vbo: fix possible use-after-free segfault after a VAO is deletedMarek Olšák1-0/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-0/+1
2012-10-15mesa: Remove support for NV_vertex_program's special attributes aliasingEric Anholt1-1/+0
2012-09-15mesa: remove FEATURE_beginend define.Oliver McFadden1-15/+0
2012-05-08vbo: move vbo_draw_method into vbo_context.hMarek Olšák1-36/+0
2012-04-23vbo: call UpdateState directly when notifying a driver about _NEW_ARRAYMarek Olšák1-1/+2
2012-04-19mesa,vbo: properly detect when vertex arrays need to be recalculatedMarek Olšák1-0/+1
2011-12-27vbo: Clean up recalculate_input_bindings.Mathias Fröhlich1-6/+0
2011-12-26vbo: signal _NEW_ARRAY when transitioning between glBegin/End, glDrawArraysBrian Paul1-0/+36
2011-11-29vbo: Use The VERT_{ATTRIB,BIT} defines.Mathias Fröhlich1-2/+2
2011-11-11vbo: better handling of VBO allocation failuresBrian Paul1-0/+1
2011-10-22vbo: Clean up unused variables in the vbo module.Mathias Froehlich1-9/+0
2011-10-01mesa: s/INLINE/inline/Brian Paul1-2/+2
2011-03-01vbo: add vbo_always_unmap_buffers()Brian Paul1-0/+3
2011-02-22vbo: removed unused #defines, add commentsBrian Paul1-3/+6
2011-02-21vbo: make vbo_exec_FlushVertices_internal() staticBrian Paul1-1/+0
2011-01-09vbo: Include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-05-27vbo: remove unused prototypeBrian Paul1-3/+0
2009-12-01vbo: make flush recursion check code per-contextBrian Paul1-0/+4
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul1-1/+1
2009-11-04vbo: fix out-of-bounds array accessBrian Paul1-1/+1
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu1-0/+18
2009-05-21vbo: move vp_mode enum to vbo_exec.h, use enum instead of GLuintBrian Paul1-2/+8
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell1-5/+8
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell1-0/+2
2008-04-11mesa: Fix glBegin-time test for invalid programs/shaders.Brian Paul1-0/+3
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2007-01-15Remove unused index buffer.Keith Whitwell1-3/+0
2006-10-31move public structure definitions to vbo.hKeith Whitwell1-0/+1
2006-10-30Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell1-3/+0
2006-10-30Remove wakeup functions. This code is intended to be active all theKeith Whitwell1-1/+0
2006-10-30better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell1-4/+0
2006-10-29Checkpoint of new vbo-building code. Currently builds regular arraysKeith Whitwell1-0/+175