Re: [Mesa-dev] [PATCH] radv: handle queue present directly to winsys

2016-12-22 Thread Edward O'Callaghan
Reviewed-by: Edward O'Callaghan On 12/23/2016 05:26 PM, Dave Airlie wrote: > From: Dave Airlie > > Don't call the QueueSubmit interface, just call direct to the > winsys, so we can pass the wait semaphores. > > Noticed while debugging doom, doesn't fix anything. > > Signed-off-by: Dave Airlie

[Mesa-dev] [PATCH] radv: handle queue present directly to winsys

2016-12-22 Thread Dave Airlie
From: Dave Airlie Don't call the QueueSubmit interface, just call direct to the winsys, so we can pass the wait semaphores. Noticed while debugging doom, doesn't fix anything. Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_wsi.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion