Re: [Piglit] [PATCH] Test that loop unrolling properly infers loop bounds.

2013-01-07 Thread Kenneth Graunke
On 01/07/2013 06:22 PM, Paul Berry wrote: This patch introduces new vs and fs tests to provoke a bug in Mesa which caused loop bounds to be inferred incorrectly when the loop condition was expressed in an unusual way (e.g. "4 > i" instead of "i < 4"). --- .../execution/fs-loop-bounds-unrolled.s

Re: [Piglit] [PATCH] Test that loop unrolling properly infers loop bounds.

2013-01-07 Thread Matt Turner
On Mon, Jan 7, 2013 at 6:22 PM, Paul Berry wrote: > This patch introduces new vs and fs tests to provoke a bug in Mesa > which caused loop bounds to be inferred incorrectly when the loop > condition was expressed in an unusual way (e.g. "4 > i" instead of "i > < 4"). > --- > .../execution/fs-loop

[Piglit] [PATCH] Test that loop unrolling properly infers loop bounds.

2013-01-07 Thread Paul Berry
This patch introduces new vs and fs tests to provoke a bug in Mesa which caused loop bounds to be inferred incorrectly when the loop condition was expressed in an unusual way (e.g. "4 > i" instead of "i < 4"). --- .../execution/fs-loop-bounds-unrolled.shader_test | 40 + .../e