aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/vparray.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-297/+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 duplicate included header in vparray.c.Vinson Lee2010-01-111-1/+0
|
* progs/tests: Add newline to end of printf in vparray.c.Vinson Lee2010-01-111-1/+1
|
* progs/tests: Silence warn_unused_result warning.Vinson Lee2010-01-021-5/+8
|
* demos: move glewInit() call, fixes crash/bug 21247Brian Paul2009-04-171-1/+1
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-1/+2
| | | | Also get mingw cross-compilation of these tests working
* added display list option (l key)Brian Paul2004-01-311-1/+15
|
* enable program and arrays by default, minor clean-upsBrian Paul2004-01-311-8/+3
|
* misc changes from testingBrian Paul2003-05-301-2/+10
|
* test program for NV_vertex_program + vertex arraysBrian Paul2002-04-221-0/+277