summaryrefslogtreecommitdiff
path: root/generated_tests
AgeCommit message (Expand)AuthorFilesLines
2012-08-31uniform-initializer tests: fix GLSL version of uint testsMarek Olšák1-2/+2
2012-06-13uniform-initializer: Don't rely on Python 2.7José Fonseca1-1/+1
2012-06-12Fix gen_uniform_initializer_tests.py for out-of-tree builds.Paul Berry1-2/+9
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers modified by G...Ian Romanick4-0/+81
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers in another stageIan Romanick4-0/+75
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers from a constantIan Romanick4-0/+75
2012-06-12glsl-1.20 / glsl-1.30: Add tests for uniforms with initializersIan Romanick4-1/+264
2012-05-31generated_tests: Add positional argument specifiers.Vinson Lee2-4/+4
2012-05-22builtin tests: Make glsl_version be a number instead of a string.Eric Anholt3-135/+135
2012-05-22generated tests: Fix the "#version 110" skipping I broke.Eric Anholt1-1/+1
2012-05-01generated_tests: Add testing for GLSL 1.40 inverse().Eric Anholt1-1/+6
2012-05-01generated_tests: Add support for GLSL 1.40 tests using VBOs.Eric Anholt1-17/+54
2012-03-20glsl-1.30: Add tests for mix(gentype, gentype, genbtype).Eric Anholt1-0/+2
2012-01-13glsl-1.10: Verify pre- and post-inc/dec cannot be l-valuesIan Romanick2-1/+168
2011-10-27Add tests of interpolation qualifier behavior.Paul Berry2-1/+359
2011-09-08generated_tests: work around bug in Windows numpy implementation.Paul Berry1-9/+18
2011-09-07Fix generated "op-mod" tests to actually test the modulus operator.Paul Berry1-1/+1
2011-09-07generated tests: add large uints division test for GLSL 1.3Christoph Bumiller1-0/+2
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