summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/arrayobj.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: reference counting for gl_array_objectBrian Paul2009-05-131-7/+16
| | | | | | Every kind of object that can be shared by multiple contexts should be refcounted. (cherry picked from commit 1030bf0ded2a88a5e27f7a4d393c11cfde3d3c5a)
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+70
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.