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

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

2016-10-14 Thread Nicolai Hähnle
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 | 2 + tests/spec/arb_gpu_shader_fp64

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

2016-10-13 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 --- tests/all.py | 2 + tests/spec/arb_gpu_shader_fp64/CMakeLists.gl.txt | 2 + .../fs-non-uniform-control