summaryrefslogtreecommitdiff
path: root/progs/tests/vao-02.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt1-207/+0
The remaining programs are ones I've had difficulty finding a build environment for to make the build system or are unit tests that should probably live next to their code instead. Hopefully people can bring over the build for remaining pieces they care about.
2010-05-01progs/tests: Remove meaningless const qualifiers.Vinson Lee1-1/+1
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
Signed-off-by: Jeff Smith <whydoubt@yahoo.com> Signed-off-by: Brian Paul <brianp@vmware.com>
2009-10-30prog/tests: Fix MSVC build.Vinson Lee1-4/+4
Signed-off-by: Brian Paul <brianp@vmware.com>
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.