[Piglit] [PATCH 1/2] glsl-1.10: test unrolling loops with variable iteration limits

2018-12-06 Thread Timothy Arceri
This tests unrolling of some loops with a single exit point but where the exact trip count is unknown, only the max iteration count is known. --- ...ariable-iteration-limit-unroll.shader_test | 62 ...riable-iteration-limit-unroll2.shader_test | 73 +++ 2 files

[Piglit] [PATCH 2/2] glsl-1.10: test unrolling of loop where max iteration count guessed

2018-12-06 Thread Timothy Arceri
This tests unrolling of a loop with a single exit point where the exact trip count is unknown, but the max iteration count can be guessed using the size of an array indexed via the induction variable. --- .../vs-loop-array-index-unroll.shader_test| 58 +++ 1 file changed, 58

Re: [Piglit] [PATCH 1/3] cmake: use proper WAYLAND_INCLUDE_DIRS variable

2018-12-06 Thread Burton, Ross
Ping. Also CCing a few people who have touched this file in the past and might be happy reviewing cmake code! Ross On Fri, 30 Nov 2018 at 10:45, Ross Burton wrote: > > From: Pascal Bach > > WAYLAND_wayland-client_INCLUDEDIR is an internal variable and is not correctly > set when cross

Re: [Piglit] [PATCH] arb_gl_spirv: simple test, use correct reference colors

2018-12-06 Thread Józef Kucia
On Thu, Dec 6, 2018 at 11:22 AM Alejandro Piñeiro wrote: > > It was using the same color for the base color, drawing color and > expected color. > > As we are here, we also remove the debug names, as the test should > work without names. > --- > .../execution/vs-ps-simple.shader_test| 23

[Piglit] [PATCH] arb_gl_spirv: simple test, use correct reference colors

2018-12-06 Thread Alejandro Piñeiro
It was using the same color for the base color, drawing color and expected color. As we are here, we also remove the debug names, as the test should work without names. --- .../execution/vs-ps-simple.shader_test| 23 +-- 1 file changed, 6 insertions(+), 17 deletions(-)