Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | demos: delete vertex array objects upon exit | Brian Paul | 2009-05-07 | 1 | -0/+2 |
| | |||||
* | casts and assertions | Brian Paul | 2006-08-01 | 1 | -4/+9 |
| | |||||
* | call glutDestroyWindow() to allow checking for mem leaks upon exit | Brian Paul | 2006-07-12 | 1 | -1/+3 |
| | |||||
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -0/+323 |
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. |