Re: [Piglit] [PATCH 1/3] cl: Don't use variable length array

2015-02-20 Thread Jose Fonseca
On 12/12/14 19:33, Jan Vesely wrote: Signed-off-by: Jan Vesely --- tests/cl/program/program-tester.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/cl/program/program-tester.c b/tests/cl/program/program-tester.c index d6dbc55..3905679 100644 --- a/tests/cl/

[Piglit] [PATCH 1/3] cl: Don't use variable length array

2014-12-12 Thread Jan Vesely
Signed-off-by: Jan Vesely --- tests/cl/program/program-tester.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/cl/program/program-tester.c b/tests/cl/program/program-tester.c index d6dbc55..3905679 100644 --- a/tests/cl/program/program-tester.c +++ b/tests/cl/p