Re: [Mesa-dev] [PATCH 00/10] anv: Implement VK_KHR_external_fence*

2017-08-08 Thread Jordan Justen
On 2017-08-08 15:45:25, Jason Ekstrand wrote: > This little series adds support for the VK_KHR_external_fence family of > extensions. Most of the real work in implementing these extensions is > actually in the kernel. Once we have a DRM_SYNCOBJ_IOCTL_WAIT that does > what we need, the userspace

[Mesa-dev] [PATCH 00/10] anv: Implement VK_KHR_external_fence*

2017-08-08 Thread Jason Ekstrand
This little series adds support for the VK_KHR_external_fence family of extensions. Most of the real work in implementing these extensions is actually in the kernel. Once we have a DRM_SYNCOBJ_IOCTL_WAIT that does what we need, the userspace bits are fairly straightforward. This series can be