Re: [Piglit] [PATCH 1/1] cl: Use required format for sampler test

2017-07-30 Thread Jan Vesely
I plan to push this early next week unless there are objections. Jan On Mon, 2017-07-17 at 17:47 -0400, Jan Vesely wrote: > CL_RGBA + CL_FLOAT is in minimal supported set. > Fixes sampler test on beignet (IVB). > > Signed-off-by: Jan Vesely > --- > tests/cl/program/execute/sampler.cl | 18

Re: [Piglit] [PATCH 1/1] cl: Use required format for sampler test

2017-07-26 Thread Jan Vesely
ping. Tom, Zoltan, you added the original test, does this look OK to you? thanks, Jan On Mon, 2017-07-17 at 17:47 -0400, Jan Vesely wrote: > CL_RGBA + CL_FLOAT is in minimal supported set. > Fixes sampler test on beignet (IVB and SKL). > > Signed-off-by: Jan Vesely > --- > tests/cl/program/e

[Piglit] [PATCH 1/1] cl: Use required format for sampler test

2017-07-17 Thread Jan Vesely
CL_RGBA + CL_FLOAT is in minimal supported set. Fixes sampler test on beignet (IVB). Signed-off-by: Jan Vesely --- tests/cl/program/execute/sampler.cl | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/cl/program/execute/sampler.cl b/tests/cl/program/ex