Re: [Mesa-dev] [PATCH] radv: handle multi-component shared load/stores.

2016-12-23 Thread Bas Nieuwenhuizen
On Fri, Dec 23, 2016 at 6:42 AM, Dave Airlie wrote: > From: Dave Airlie > > This was seen in doom shaders, so handle it properly. I was trying to just change the type and keep a single load/store. Turns out that has some issues indeed, and is not that helpful for shared accesses anyway, as LLVM

[Mesa-dev] [PATCH] radv: handle multi-component shared load/stores.

2016-12-22 Thread Dave Airlie
From: Dave Airlie This was seen in doom shaders, so handle it properly. Signed-off-by: Dave AIrlie --- src/amd/common/ac_nir_to_llvm.c | 41 + 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/commo