summaryrefslogtreecommitdiffstats
path: root/progs/tests/shader_api.c
Commit message (Collapse)AuthorAgeFilesLines
* progs/tests: Fix MSVC build.Vinson Lee2009-11-041-1/+5
| | | | Signed-off-by: Brian Paul <[email protected]>
* demos: check that GL version is 2.0 or higherBrian Paul2009-04-211-0/+8
|
* progs/tests: compile with SCons and glewKeith Whitwell2009-03-101-1/+2
| | | | Also get mingw cross-compilation of these tests working
* demos: minor updates for shader_api.c testBrian Paul2009-02-111-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...
* Convert to 0/1 when setting boolean uniformsBruce Merry2008-01-011-1/+40
| | | | Also add some extra tests to the shader_api regression tests
* Add a test program to test for assorted bugs in shader_api.cBruce Merry2008-01-011-0/+298