Re: [Mesa-dev] [PATCH 2/2] nvc0: fix memory barrier flag handling

2016-06-03 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 06/03/2016 08:25 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/gallium/drivers/nouveau/nvc0/nv

Re: [Mesa-dev] [PATCH 2/2] nvc0: fix memory barrier flag handling

2016-06-03 Thread Samuel Pitoiset
On 06/03/2016 10:29 AM, Samuel Pitoiset wrote: This doesn't seem crazy, but it will require testing I would say. Especially, arb_shader_image_load_store-host-mem-barrier which makes use of different barriers with images. I have just tested on GK106, no regression with that test. But I will

Re: [Mesa-dev] [PATCH 2/2] nvc0: fix memory barrier flag handling

2016-06-03 Thread Samuel Pitoiset
This doesn't seem crazy, but it will require testing I would say. Especially, arb_shader_image_load_store-host-mem-barrier which makes use of different barriers with images. On 06/03/2016 08:25 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/gallium/drivers/nouveau/nvc

[Mesa-dev] [PATCH 2/2] nvc0: fix memory barrier flag handling

2016-06-02 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin Cc: "12.0" --- src/gallium/drivers/nouveau/nvc0/nvc0_context.c | 25 - 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_context.c b/src/gallium/drivers/nouveau/nvc0/nvc0_context.c index 98e787