Re: [Mesa-dev] [PATCH] radv: handle queue submission with no cs but semaphores

2017-02-09 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen I'll adjust the sparse binding patches. On Thu, Feb 9, 2017, at 04:25, Dave Airlie wrote: > From: Dave Airlie > > It's legal to submit just semaphores with no command streams, > this patch fixes this case by emitting the empty cs, it also > handles the fence emis

[Mesa-dev] [PATCH] radv: handle queue submission with no cs but semaphores

2017-02-08 Thread Dave Airlie
From: Dave Airlie It's legal to submit just semaphores with no command streams, this patch fixes this case by emitting the empty cs, it also handles the fence emission for this case better. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_device.c | 22 -- 1 file changed,