Re: [Piglit] [PATCH] glsl-1.10: test unreachable code in a loop is not accessed

2019-03-20 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 3/21/19 3:38 AM, Timothy Arceri wrote: --- .../vs-loop-with-dead-code-unroll.shader_test | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 tests/spec/glsl-1.10/execution/vs-loop-with-dead-code-unroll.shader_test diff --git a/tests

[Piglit] [PATCH] glsl-1.10: test unreachable code in a loop is not accessed

2019-03-20 Thread Timothy Arceri
--- .../vs-loop-with-dead-code-unroll.shader_test | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 tests/spec/glsl-1.10/execution/vs-loop-with-dead-code-unroll.shader_test diff --git a/tests/spec/glsl-1.10/execution/vs-loop-with-dead-code-unroll.shader_test b/test