summaryrefslogtreecommitdiff
path: root/progs/tests/vao-02.c
AgeCommit message (Collapse)AuthorFilesLines
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell1-0/+2
Also get mingw cross-compilation of these tests working
2006-06-13removed incorrect const qualifierBrian Paul1-1/+1
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+205
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.