aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/prog_parameter.c
Commit message (Collapse)AuthorAgeFilesLines
* 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