summaryrefslogtreecommitdiff
path: root/src/mesa/vbo/vbo.h
AgeCommit message (Expand)AuthorFilesLines
2012-05-17vbo: add software primitive restart supportJordan Justen1-0/+6
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-1/+0
2012-02-28mesa/vbo: inline vbo_sizeof_ib_type.Dave Airlie1-2/+16
2012-01-12vbo: introduce vbo_get_minmax_indices functionYuanhan Liu1-3/+3
2011-12-30vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu1-0/+4
2011-12-20mesa: Add count_tessellated_primitives() function.Paul Berry1-0/+3
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-1/+3
2011-10-18vbo: Redeclare bind_array() as non-static vbo_bind_array()Chad Versace1-0/+1
2011-03-01vbo: add vbo_always_unmap_buffers()Brian Paul1-0/+1
2011-02-22vbo: added vbo_check_buffers_are_unmapped() debug functionBrian Paul1-0/+2
2011-01-20vbo: added commentBrian Paul1-1/+1
2010-12-30vbo: Clean up header file inclusion in vbo.h.Vinson Lee1-1/+4
2010-12-10vbo: Avoid the copy to current in dlists if not required.Mathias Fröhlich1-1/+2
2010-12-08vbo: Fix GLES2 glVertexAttrib.Chia-I Wu1-13/+13
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-9/+9
2010-10-12i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.Eric Anholt1-0/+1
2010-04-27mesa: Move GLES1/2 vbo entrypoints to vbo_exec_api.cKristian Høgsberg1-0/+24
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul1-0/+1
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-0/+1
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-1/+5
2008-07-07mesa: added GLAPIENTRY keywordsJonathan White1-5/+5
2008-07-03mesa: added _vbo_VertexAttrib4f()Brian Paul1-0/+2
2008-06-20mesa: added _vbo_Materialfv()Brian Paul1-0/+3
2008-06-20mesa: _vbo_Color4f, _vbo_Normal3f, _vbo_MultiTexCoord4f functionsBrian Paul1-0/+10
2007-12-07New vbo_set_draw_func() to keep vbo context opaque to state tracker and tnl m...Brian1-0/+3
2007-08-17added vbo_use_buffer_objects() to specify that immediate mode data should be ...Brian1-0/+3
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2007-01-30Use new rebase helper. Remove other rebase code.Keith Whitwell1-1/+0
2007-01-30Helper for rebasing draw requests where min_index != 0.Keith Whitwell1-0/+14
2007-01-15Hook in split functionalitykeithw1-0/+36
2006-10-31move public structure definitions to vbo.hKeith Whitwell1-0/+28
2006-10-30switch several dri drivers overKeith Whitwell1-0/+40