Re: [Mesa-dev] [PATCH] ac/nir/llvm: fix channel in texture gather lowering code.

2016-11-15 Thread Dave Airlie
On 15 November 2016 at 17:33, Dave Airlie wrote: > From: Dave Airlie > > Just noticed this by inspection, while trying to locate other > CTS failures. Don't think it fixes anything, but it might be > needed once I find the proper fix. Just noticed it does fix some CTS tests fails like dEQP-VK.gl

[Mesa-dev] [PATCH] ac/nir/llvm: fix channel in texture gather lowering code.

2016-11-14 Thread Dave Airlie
From: Dave Airlie Just noticed this by inspection, while trying to locate other CTS failures. Don't think it fixes anything, but it might be needed once I find the proper fix. --- src/amd/common/ac_nir_to_llvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/common/a