aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/prog_parameter.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-292/+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
|
* progs/test: Initialize variable in prog_parameter.Vinson Lee2009-12-071-0/+5
| | | | Silences uninitialized variable compiler warning.
* progs/tests: Fix MSVC build.Vinson Lee2009-12-031-8/+8
| | | | (cherry picked from commit 952bf63e2cf442504ef89b0b1d276da0d52b21d4)
* progs/tests: Use rand() instead of random().José Fonseca2009-12-031-1/+1
| | | | | Forgot these on previous commit. (cherry picked from commit 166957abebea6aa203eba7e6348e89d53cf0e13e)
* progs/tests: Use rand() instead of random().José Fonseca2009-12-031-1/+1
| | | | | More portable. Same implementation on Linux. (cherry picked from commit 699260b19535abaa3af0a5d33eb039e3d6a30ce9)
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-0/+2
| | | | Also get mingw cross-compilation of these tests working
* Add test for GL_EXT_gpu_program_parameters.Ian Romanick2006-08-151-0/+285