Re: [Mesa-dev] [PATCH] radv/ac: apply slice rounding to 1d arrays as well.

2017-01-30 Thread Bas Nieuwenhuizen
On Tue, Jan 31, 2017, at 01:10, Dave Airlie wrote: > From: Dave Airlie > > Fixes: > dEQP-VK.glsl.texture_functions.texture.*1darray* > > Signed-off-by: Dave Airlie > Please enter the commit message for your changes. Lines starting You probably did not intend to include this line. Reviewed-

[Mesa-dev] [PATCH] radv/ac: apply slice rounding to 1d arrays as well.

2017-01-30 Thread Dave Airlie
From: Dave Airlie Fixes: dEQP-VK.glsl.texture_functions.texture.*1darray* Signed-off-by: Dave Airlie Please enter the commit message for your changes. Lines starting --- src/amd/common/ac_nir_to_llvm.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/s