On 01/03/18 10:39, Dave Airlie wrote:
From: Dave Airlie
The nir->llvm conversion was using the wrong srcs.
Well that's embarrassing.
Reviewed-by: Timothy Arceri
Fixes:
tests/spec/arb_compute_shader/execution/shared-atomics.shader_test
Signed-off-by: Dave Airlie
---
src/amd/common/ac_
Reviewed-by: Bas Nieuwenhuizen
On Thu, Mar 1, 2018 at 12:39 AM, Dave Airlie wrote:
> From: Dave Airlie
>
> The nir->llvm conversion was using the wrong srcs.
>
> Fixes:
> tests/spec/arb_compute_shader/execution/shared-atomics.shader_test
>
> Signed-off-by: Dave Airlie
> ---
> src/amd/common/a
From: Dave Airlie
The nir->llvm conversion was using the wrong srcs.
Fixes:
tests/spec/arb_compute_shader/execution/shared-atomics.shader_test
Signed-off-by: Dave Airlie
---
src/amd/common/ac_nir_to_llvm.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/amd/