On 12 January 2018 at 02:35, Gert Wollny wrote:
> I can't test it with my 6870 HD, piglit clock2x32
> need OGL 4.3 (wich I force), and then it fails with
>
> evergreen_state.c:4762: evergreen_emit_atomic_buffer_setup:
> Assertion `resource' failed.
>
> Compute shader piglits with atomics wo
On 18 January 2018 at 13:28, Dave Airlie wrote:
> On 12 January 2018 at 02:35, Gert Wollny wrote:
>> I can't test it with my 6870 HD, piglit clock2x32
>> need OGL 4.3 (wich I force), and then it fails with
>>
>> evergreen_state.c:4762: evergreen_emit_atomic_buffer_setup:
>> Assertion `reso
Am Donnerstag, den 18.01.2018, 13:41 +1000 schrieb Dave Airlie:
>
> Oh I had a local piglit patch to fix the test, I'll just push it.
Thanks, now it also passes for me on BARTS.
Gert
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://l
I can't test it with my 6870 HD, piglit clock2x32
need OGL 4.3 (wich I force), and then it fails with
evergreen_state.c:4762: evergreen_emit_atomic_buffer_setup:
Assertion `resource' failed.
Compute shader piglits with atomics work though.
The patch itself looks fine, so
Reviewed-by
From: Dave Airlie
---
docs/features.txt | 2 +-
src/gallium/drivers/r600/r600_pipe.c | 2 +-
src/gallium/drivers/r600/r600_shader.c | 29 ++---
src/gallium/drivers/r600/r600_sq.h | 3 ++-
4 files changed, 30 insertions(+), 6 deletions(-)
dif