summaryrefslogtreecommitdiffstats
path: root/progs/tests/vao-02.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-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.
* progs/tests: Remove meaningless const qualifiers.Vinson Lee2010-05-011-1/+1
|
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
| | | | | Signed-off-by: Jeff Smith <[email protected]> Signed-off-by: Brian Paul <[email protected]>
* prog/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/+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.