Re: [Piglit] [PATCH] arb_gpu_shader_fp64: Add tests to check float to double conversion under non-uniform control flow

2016-10-16 Thread Samuel Iglesias Gonsálvez
On 14/10/16 11:22, Nicolai Hähnle wrote: > On 13.10.2016 11:45, Samuel Iglesias Gonsálvez wrote: >> We found issues with this case while developing i965's Ivybridge patches >> to support arb_gpu_shader_fp64. >> >> Signed-off-by: Samuel Iglesias Gonsálvez >> --- >> tests/all.py

[Piglit] [PATCH v2] arb_gpu_shader_fp64: Add tests to check float to double conversion under non-uniform control flow

2016-10-16 Thread Samuel Iglesias Gonsálvez
We found issues with this case while developing i965's Ivybridge patches to support arb_gpu_shader_fp64. Signed-off-by: Samuel Iglesias Gonsálvez --- .../fs-non-uniform-control-flow-f2d.shader_test| 40 ++ 1 file changed, 40 insertions(+) create mode 100644 tests/spec/a