index
:
~mattst88/piglit
arb_gpu_shader5
arb_program
master
ortho
scissor
mattst88's piglit repository
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
generated_tests
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-13
uniform-initializer: Don't rely on Python 2.7
José Fonseca
1
-1
/
+1
2012-06-12
Fix gen_uniform_initializer_tests.py for out-of-tree builds.
Paul Berry
1
-2
/
+9
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers modified by G...
Ian Romanick
4
-0
/
+81
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers in another stage
Ian Romanick
4
-0
/
+75
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers from a constant
Ian Romanick
4
-0
/
+75
2012-06-12
glsl-1.20 / glsl-1.30: Add tests for uniforms with initializers
Ian Romanick
4
-1
/
+264
2012-05-31
generated_tests: Add positional argument specifiers.
Vinson Lee
2
-4
/
+4
2012-05-22
builtin tests: Make glsl_version be a number instead of a string.
Eric Anholt
3
-135
/
+135
2012-05-22
generated tests: Fix the "#version 110" skipping I broke.
Eric Anholt
1
-1
/
+1
2012-05-01
generated_tests: Add testing for GLSL 1.40 inverse().
Eric Anholt
1
-1
/
+6
2012-05-01
generated_tests: Add support for GLSL 1.40 tests using VBOs.
Eric Anholt
1
-17
/
+54
2012-03-20
glsl-1.30: Add tests for mix(gentype, gentype, genbtype).
Eric Anholt
1
-0
/
+2
2012-01-13
glsl-1.10: Verify pre- and post-inc/dec cannot be l-values
Ian Romanick
2
-1
/
+168
2011-10-27
Add tests of interpolation qualifier behavior.
Paul Berry
2
-1
/
+359
2011-09-08
generated_tests: work around bug in Windows numpy implementation.
Paul Berry
1
-9
/
+18
2011-09-07
Fix generated "op-mod" tests to actually test the modulus operator.
Paul Berry
1
-1
/
+1
2011-09-07
generated tests: add large uints division test for GLSL 1.3
Christoph Bumiller
1
-0
/
+2
2011-08-18
generated tests: Add tests for builtin functions introduced in GLSL 1.30
Paul Berry
1
-0
/
+32
2011-08-18
generated tests: Test operators that were introduced in GLSL 1.30
Paul Berry
1
-0
/
+114
2011-08-18
generated tests: Add uint and int tests for GLSL 1.30.
Paul Berry
2
-34
/
+66
2011-08-18
generated tests: Add builtin tests using if.
Paul Berry
1
-17
/
+110
2011-08-18
generated tests: Added tests for the 'notEqual' builtin.
Paul Berry
1
-0
/
+1
2011-08-18
generated tests: Expand the range of ints and ivecs used in testing.
Paul Berry
1
-2
/
+6
2011-08-18
generated tests: Make test generation happen in a deterministic order.
Paul Berry
2
-2
/
+2
2011-08-15
Add operator tests to auto-generated built-in function tests.
Paul Berry
3
-69
/
+266
2011-08-11
Add constant array size builtin tests.
Paul Berry
2
-1
/
+237
2011-08-11
Refactor cmake script to generate tests for later reuse.
Paul Berry
1
-9
/
+27
2011-08-11
Increase the range of values used to test atan(x) and atan(x,y)
Paul Berry
1
-2
/
+8
2011-08-10
Generated tests: unify code for testing exp2 across all numpy versions.
Paul Berry
1
-5
/
+5
2011-08-10
Fix autogeneration of builtin uniform tests on Windows.
Paul Berry
2
-18
/
+7
2011-08-09
Fix test generation on Arch Linux.
Paul Berry
1
-2
/
+2
2011-08-05
cmake: Fix build with CMake 2.6.
Vinson Lee
1
-2
/
+2
2011-08-05
generated_tests: Add numpy.exp2 workaround for versions below 1.3.0.
Vinson Lee
1
-1
/
+5
2011-08-05
Add tolerance to auto-generated built-in function tests.
Paul Berry
2
-78
/
+329
2011-08-05
Add comprehensive tests of builtin functions with uniform input.
Paul Berry
4
-0
/
+1014