Re: [Piglit] [PATCH] shaders: Test using a bound program after an unsuccessful relink

2017-11-02 Thread Timothy Arceri
On 03/11/17 05:42, Neil Roberts wrote: If a bound program is relinked unsuccessfully it is supposed to keep the executable and the program state such as the uniforms. This adds a test for that which updates a uniform, does a failed relink and verifies that a render succeeds with the new uniform

[Piglit] [PATCH] shaders: Test using a bound program after an unsuccessful relink

2017-11-02 Thread Neil Roberts
If a bound program is relinked unsuccessfully it is supposed to keep the executable and the program state such as the uniforms. This adds a test for that which updates a uniform, does a failed relink and verifies that a render succeeds with the new uniform value. This is currently causing a

Re: [Piglit] [PATCH] ARB_shader_atomic_counter_ops: fix glsl version

2017-11-02 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 11/01/2017 11:25 PM, Timothy Arceri wrote: --- tests/spec/arb_shader_atomic_counter_ops/compiler/functions.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git