[Piglit] [PATCH 2/2] cl: Fix link program tests

2017-09-21 Thread Jan Vesely
f() is deprecated unprototyped declaration use f(void) instead. funnction call requires a prototype. Signed-off-by: Jan Vesely --- tests/cl/api/link-program.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/cl/api/link-program.c b/tests/cl/api/link-program.

[Piglit] [PATCH 1/2] cl: Fix incorrect indentation

2017-09-21 Thread Jan Vesely
Signed-off-by: Jan Vesely --- tests/cl/api/link-program.c | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tests/cl/api/link-program.c b/tests/cl/api/link-program.c index 75896d64c..48563a10c 100644 --- a/tests/cl/api/link-program.c +++ b/tests/cl/a

Re: [Piglit] [PATCH] glsl-1.10: add some loop unrolling tests with breaks in else branch

2017-09-21 Thread Alejandro Piñeiro
Reviewed-by: Alejandro Piñeiro On 21/09/17 09:51, Timothy Arceri wrote: > --- > ...loop-complex-unroll-with-else-break.shader_test | 71 > ++ > ...l-else-break-unreachable-then-break.shader_test | 41 + > 2 files changed, 112 insertions(+) > create mode 100644

[Piglit] [PATCH] glsl-1.10: add some loop unrolling tests with breaks in else branch

2017-09-21 Thread Timothy Arceri
--- ...loop-complex-unroll-with-else-break.shader_test | 71 ++ ...l-else-break-unreachable-then-break.shader_test | 41 + 2 files changed, 112 insertions(+) create mode 100644 tests/spec/glsl-1.10/execution/vs-loop-complex-unroll-with-else-break.shader_test crea