summaryrefslogtreecommitdiffstats
path: root/progs/tests/vao-01.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: fix MSVC build.Vinson Lee2009-10-301-4/+4
| | | | Signed-off-by: Brian Paul <[email protected]>
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* removed incorrect const qualifierBrian Paul2006-06-131-1/+1
|
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-0/+177
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.