Re: [Mesa-dev] [PATCH 2/3] ac/nir: add 64-bit SSBO atomic operations support

2019-04-16 Thread Marek Olšák
On Tue, Apr 16, 2019 at 10:34 AM Marek Olšák wrote: > On Tue, Apr 16, 2019 at 4:35 AM Samuel Pitoiset > wrote: > >> Except compare&swap which is still buggy. >> >> Signed-off-by: Samuel Pitoiset >> --- >> src/amd/common/ac_nir_to_llvm.c | 11 --- >> 1 file changed, 8 insertions(+), 3 d

Re: [Mesa-dev] [PATCH 2/3] ac/nir: add 64-bit SSBO atomic operations support

2019-04-16 Thread Marek Olšák
On Tue, Apr 16, 2019 at 4:35 AM Samuel Pitoiset wrote: > Except compare&swap which is still buggy. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 11 --- > 1 file changed, 8 insertions(+), 3 deletions(-) > > diff --git a/src/amd/common/ac_nir_to_llvm.c > b/

[Mesa-dev] [PATCH 2/3] ac/nir: add 64-bit SSBO atomic operations support

2019-04-16 Thread Samuel Pitoiset
Except compare&swap which is still buggy. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_nir_to_llvm.c index de2a9ed8f67..26ad30387a9 100644 ---