Files
mesa/src
Jason Ekstrand 5f372d93a9 anv: Use DRM sync objects to back fences whenever possible
In order to implement VK_KHR_external_fence, we need to back our fences
with something that's shareable.  Since the kernel wait interface for
sync objects already supports waiting for multiple fences in one go, it
makes anv_WaitForFences much simpler if we only have one type of fence.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2017-08-28 19:33:43 -07:00
..
2017-08-29 01:36:57 +03:00
2017-08-29 09:46:29 +10:00
2017-08-04 23:54:52 +01:00
2016-08-31 17:06:54 -07:00
2017-01-20 11:40:52 -08:00