summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.h
AgeCommit message (Expand)Author
2010-11-07mesa: Clean up header file inclusion in arrayobj.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-07-28mesa: Reduce arrayobj.h header file inclusion.Vinson Lee
2009-06-19mesa: implement _mesa_GenVertexArrays() for GL_ARB_vertex_array_objectBrian Paul
2009-06-19mesa: implement _mesa_BindVertexArray()Brian Paul
2009-05-21mesa: new _mesa_update_array_object_max_element() functionBrian Paul
2009-05-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-13mesa: reference counting for gl_array_objectBrian Paul
2009-05-07mesa: make the array object save/remove functions staticBrian Paul
2009-05-07mesa: reference counting for gl_array_objectBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick