summaryrefslogtreecommitdiff
path: root/src/mesa/main/arrayobj.h
AgeCommit message (Collapse)Author
2009-05-07mesa: make the array object save/remove functions staticBrian Paul
2009-05-07mesa: reference counting for gl_array_objectBrian Paul
Every kind of object that can be shared by multiple contexts should be refcounted.
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required.