summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2011-08-18generated tests: Add tests for builtin functions introduced in GLSL 1.30Paul Berry1-0/+32
2011-08-18generated tests: Test operators that were introduced in GLSL 1.30Paul Berry1-0/+114
2011-08-18generated tests: Add uint and int tests for GLSL 1.30.Paul Berry2-34/+66
2011-08-18generated tests: Add builtin tests using if.Paul Berry1-17/+110
2011-08-18generated tests: Added tests for the 'notEqual' builtin.Paul Berry1-0/+1
2011-08-18generated tests: Expand the range of ints and ivecs used in testing.Paul Berry1-2/+6
2011-08-18generated tests: Make test generation happen in a deterministic order.Paul Berry2-2/+2
2011-08-15Add operator tests to auto-generated built-in function tests.Paul Berry3-69/+266
2011-08-11Add constant array size builtin tests.Paul Berry2-1/+237
2011-08-11Refactor cmake script to generate tests for later reuse.Paul Berry1-9/+27
2011-08-11Increase the range of values used to test atan(x) and atan(x,y)Paul Berry1-2/+8
2011-08-10Generated tests: unify code for testing exp2 across all numpy versions.Paul Berry1-5/+5
2011-08-10Fix autogeneration of builtin uniform tests on Windows.Paul Berry2-18/+7
2011-08-09Fix test generation on Arch Linux.Paul Berry1-2/+2
2011-08-05cmake: Fix build with CMake 2.6.Vinson Lee1-2/+2
2011-08-05generated_tests: Add numpy.exp2 workaround for versions below 1.3.0.Vinson Lee1-1/+5
2011-08-05Add tolerance to auto-generated built-in function tests.Paul Berry2-78/+329
2011-08-05Add comprehensive tests of builtin functions with uniform input.Paul Berry4-0/+1014