summaryrefslogtreecommitdiff
path: root/progs/tests/shader_api.c
AgeCommit message (Collapse)AuthorFilesLines
2009-11-04progs/tests: Fix MSVC build.Vinson Lee1-1/+5
Signed-off-by: Brian Paul <brianp@vmware.com>
2009-04-21demos: check that GL version is 2.0 or higherBrian Paul1-0/+8
2009-03-10progs/tests: compile with SCons and glewKeith Whitwell1-1/+2
Also get mingw cross-compilation of these tests working
2009-02-11demos: minor updates for shader_api.c testBrian Paul1-4/+4
Mesa's glGetUniformLocation() does support array indexes. Minor code reformatting. It would be great if this program were converted into a glean test...
2008-01-01Convert to 0/1 when setting boolean uniformsBruce Merry1-1/+40
Also add some extra tests to the shader_api regression tests
2008-01-01Add a test program to test for assorted bugs in shader_api.cBruce Merry1-0/+298