Re: [Mesa-dev] [RFC] anv: Use DRM sync objects for external semaphores when available

2017-04-12 Thread Chris Wilson
On Wed, Apr 12, 2017 at 11:12:31AM -0700, Jason Ekstrand wrote: > This patch is based on the work that's already been on the list for some > time to implement VK_KHX_external_semaphore. The difference here is that > this patch makes us able to use the new DRM syncobj API cooked up by Dave >

[Mesa-dev] [RFC] anv: Use DRM sync objects for external semaphores when available

2017-04-12 Thread Jason Ekstrand
This patch is based on the work that's already been on the list for some time to implement VK_KHX_external_semaphore. The difference here is that this patch makes us able to use the new DRM syncobj API cooked up by Dave Airlie. This patch seems to work ok assuming a Kernel API I cooked up that

[Mesa-dev] [RFC] anv: Use DRM sync objects for external semaphores when available

2017-04-12 Thread Jason Ekstrand
This patch is based on the work that's already been on the list for some time to implement VK_KHX_external_semaphore. The difference here is that this patch makes us able to use the new DRM syncobj API cooked up by Dave Airlie. This patch seems to work ok assuming a Kernel API I cooked up that