Re: [Mesa-dev] [PATCH] radv: expose async compute on SI

2018-02-26 Thread Bas Nieuwenhuizen
Acked-by: Bas Nieuwenhuizen On Tue, Feb 27, 2018 at 12:58 AM, Dave Airlie wrote: > From: Dave Airlie > > It looks like we had all the pieces in place for this, > just never tested it and turned it on. > > I don't see any CTS regressions and the computeshader > demo runs. > > Signed-off-by: Dave

[Mesa-dev] [PATCH] radv: expose async compute on SI

2018-02-26 Thread Dave Airlie
From: Dave Airlie It looks like we had all the pieces in place for this, just never tested it and turned it on. I don't see any CTS regressions and the computeshader demo runs. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src