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 +

[Piglit] [PATCH] fbo-clear-formats: Do one of the 4 clears unscissored.

2016-10-14 Thread Eric Anholt
I was surprised to find through DEQP that 565 clearing was broken on vc4, but that was because fbo-clear-formats never hit the hardware clear path. This gives us a little exposure for that path (enough to catch the bug) without changing our clear colors have unique values in each channel. ---