index
:
~jturney/piglit
master
piglit is an OpenGL test suite
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
arb_gpu_shader5
/
execution
/
built-in-functions
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-04
arb_gpu_shader5: add interpolateAt* tests with input in a struct
Nicolai Hähnle
3
-0
/
+181
2018-03-13
arb_gpu_shader5: add interpolateAtSample tests with input in an array
Nicolai Hähnle
2
-0
/
+135
2018-03-13
arb_gpu_shader5: add execution tests for interpolateAt* with input in an inte...
Nicolai Hähnle
6
-0
/
+413
2016-10-18
arb_gpu_shader5: add execution test for textureGatherOffset
Nicolai Hähnle
1
-0
/
+49
2016-07-19
Try all negative powers of two with findMSB
Ian Romanick
3
-0
/
+100
2016-07-05
arb_gpu_shader5: Use 'piglit_vertex' and 'vertex shader passthrough'
Ian Romanick
26
-411
/
+143
2016-06-06
arb_gpu_shader5: Remove out of spec ldexp() test case.
Matt Turner
1
-10
/
+0
2016-06-06
arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).
Matt Turner
1
-0
/
+7
2016-04-14
arb_gpu_shader5: Remove out of spec ldexp() test case.
Matt Turner
1
-10
/
+0
2016-04-14
arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).
Matt Turner
1
-0
/
+7
2016-02-08
arb_gpu_shader5: Test corner cases of bitfieldInsert/bitfieldExtract.
Matt Turner
4
-5
/
+73
2015-04-27
arb_gpu_shader5: Fix signed int constants in imulExtended tests.
Matt Turner
12
-16
/
+16
2014-12-03
Add imulExtended/umulExtended tests with non-uniform parameters.
Kenneth Graunke
12
-0
/
+568
2014-04-01
arb_gpu_shader5: Rename `signed` to `test_signed`.
Chris Forbes
6
-52
/
+52
2013-10-04
arb_gpu_shader5: Test using only the msb from imulExtended in the vs.
Matt Turner
1
-0
/
+48
2013-10-04
arb_gpu_shader5: Test using only the lsb from imulExtended in the vs.
Matt Turner
1
-0
/
+48
2013-10-04
arb_gpu_shader5: Add imulExtended vertex shader execution test.
Matt Turner
1
-0
/
+52
2013-10-04
arb_gpu_shader5: Test using only the msb from umulExtended in the vs.
Matt Turner
1
-0
/
+47
2013-10-04
arb_gpu_shader5: Test using only the lsb from umulExtended in the vs.
Matt Turner
1
-0
/
+47
2013-10-04
arb_gpu_shader5: Add umulExtended vertex shader execution test.
Matt Turner
1
-0
/
+51
2013-10-04
arb_gpu_shader5: Test using only the msb from imulExtended in the fs.
Matt Turner
1
-0
/
+37
2013-10-04
arb_gpu_shader5: Test using only the lsb from imulExtended in the fs.
Matt Turner
1
-0
/
+37
2013-10-04
arb_gpu_shader5: Add imulExtended fragment shader execution test.
Matt Turner
1
-0
/
+41
2013-10-04
arb_gpu_shader5: Test using only the msb from umulExtended in the fs.
Matt Turner
1
-0
/
+37
2013-10-04
arb_gpu_shader5: Test using only the lsb from umulExtended in the fs.
Matt Turner
1
-0
/
+37
2013-10-04
arb_gpu_shader5: Add umulExtended fragment shader execution test.
Matt Turner
1
-0
/
+41
2013-10-04
arb_gpu_shader5: Test using only the borrow from usubBorrow in the vs.
Matt Turner
1
-0
/
+56
2013-10-04
arb_gpu_shader5: Test using only the subtraction from usubBorrow in the vs.
Matt Turner
1
-0
/
+56
2013-10-04
arb_gpu_shader5: Add usubBorrow vertex shader execution test.
Matt Turner
1
-0
/
+58
2013-10-04
arb_gpu_shader5: Test using only the carry from uaddCarry in the vs.
Matt Turner
1
-0
/
+62
2013-10-04
arb_gpu_shader5: Test using only the addition from uaddCarry in the vs.
Matt Turner
1
-0
/
+62
2013-10-04
arb_gpu_shader5: Add uaddCarry vertex shader execution test.
Matt Turner
1
-0
/
+65
2013-10-04
arb_gpu_shader5: Test using only the borrow from usubBorrow in the fs.
Matt Turner
1
-0
/
+46
2013-10-04
arb_gpu_shader5: Test using only the subtraction from usubBorrow in the fs.
Matt Turner
1
-0
/
+46
2013-10-04
arb_gpu_shader5: Add usubBorrow fragment shader execution test.
Matt Turner
1
-0
/
+48
2013-10-04
arb_gpu_shader5: Test using only the carry from uaddCarry in the fs.
Matt Turner
1
-0
/
+52
2013-10-04
arb_gpu_shader5: Test using only the addition from uaddCarry in the fs.
Matt Turner
1
-0
/
+52
2013-10-04
arb_gpu_shader5: Add uaddCarry fragment shader execution test.
Matt Turner
1
-0
/
+55
2013-09-05
arb_gpu_shader5: Fixup rename shader-test -> shader_test.
Matt Turner
1
-0
/
+0
2013-08-26
arb_gpu_shader5: Use array sizing to catch bad constant folding.
Matt Turner
6
-115
/
+66
2013-08-26
arb_gpu_shader5: Add fma constant eval execution test.
Matt Turner
1
-0
/
+38
2013-08-26
arb_gpu_shader5: Add fma vertex shader execution test.
Matt Turner
1
-0
/
+62
2013-08-26
arb_gpu_shader5: Add fma fragment shader execution test.
Matt Turner
1
-0
/
+58
2013-08-26
arb_gpu_shader5: Add ldexp constant eval execution test.
Matt Turner
1
-0
/
+49
2013-08-26
arb_gpu_shader5: Add ldexp vertex shader execution test.
Matt Turner
1
-0
/
+93
2013-08-26
arb_gpu_shader5: Add ldexp fragment shader execution test.
Matt Turner
1
-0
/
+88
2013-08-26
arb_gpu_shader5: Add frexp vertex shader execution test.
Matt Turner
1
-0
/
+68
2013-08-26
arb_gpu_shader5: Add frexp fragment shader execution test.
Matt Turner
1
-0
/
+64
2013-04-30
arb_gpu_shader5: Add a constant eval bitfieldInsert execution test.
Matt Turner
1
-0
/
+52
2013-04-30
arb_gpu_shader5: Add a constant eval bitfieldExtract execution test.
Matt Turner
1
-0
/
+55
[next]