Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-07 | mesa: make the array object save/remove functions static | Brian Paul | |
2009-05-07 | mesa: reference counting for gl_array_object | Brian Paul | |
Every kind of object that can be shared by multiple contexts should be refcounted. | |||
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian 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. |