Re: [Mesa-dev] [PATCH] r600/atomic: fix ATOMCAS instruction.

2018-02-05 Thread Roland Scheidegger
Am 05.02.2018 um 07:47 schrieb Dave Airlie: > From: Dave Airlie > > This has 3 srcs. Depends on how you count :-). Reviewed-by: Roland Scheidegger > > This fixes: > KHR-GL45.shader_atomic_counter_ops_tests.ShaderAtomicCounterOpsExchangeTestCase > >

[Mesa-dev] [PATCH] r600/atomic: fix ATOMCAS instruction.

2018-02-04 Thread Dave Airlie
From: Dave Airlie This has 3 srcs. This fixes: KHR-GL45.shader_atomic_counter_ops_tests.ShaderAtomicCounterOpsExchangeTestCase Signed-off-by: Dave Airlie --- src/gallium/drivers/r600/r600_shader.c | 32 +++- 1 file changed,