Re: [Piglit] [PATCH 1/1] cl: Don't warn when using deprecated functions.

2016-01-27 Thread Tom Stellard
On Fri, Jan 15, 2016 at 05:38:43PM -0500, Jan Vesely wrote: > Deprecated features are required to be supported until they are removed. > > Signed-off-by: Jan Vesely Reviewed-by: Tom Stellard > --- > tests/cl/api/get-image-info.c | 14

[Piglit] [PATCH 1/1] cl: Don't warn when using deprecated functions.

2016-01-15 Thread Jan Vesely
Deprecated features are required to be supported until they are removed. Signed-off-by: Jan Vesely --- tests/cl/api/get-image-info.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tests/cl/api/get-image-info.c