Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: reference counting for gl_array_object | Brian Paul | 2009-05-13 | 1 | -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 programs | Ian Romanick | 2006-06-12 | 1 | -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. |