Re: [Mesa-dev] [PATCH] r600: add support for ARB_shader_clock.

2018-01-18 Thread Dave Airlie
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

Re: [Mesa-dev] [PATCH] r600: add support for ARB_shader_clock.

2018-01-18 Thread Dave Airlie
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

Re: [Mesa-dev] [PATCH] r600: add support for ARB_shader_clock.

2018-01-18 Thread Gert Wollny
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

Re: [Mesa-dev] [PATCH] r600: add support for ARB_shader_clock.

2018-01-11 Thread Gert Wollny
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

[Mesa-dev] [PATCH] r600: add support for ARB_shader_clock.

2018-01-09 Thread Dave Airlie
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