Module: Mesa Branch: main Commit: 6f7fe12fd41a2051bb4855be5ae7dde1c8d4ddba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f7fe12fd41a2051bb4855be5ae7dde1c8d4ddba
Author: Mike Blumenkrantz <[email protected]> Date: Wed Apr 21 16:26:12 2021 -0400 zink: hook up VK_EXT_queue_family_foreign Reviewed-by: Dave Airlie <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11967> --- src/gallium/drivers/zink/zink_device_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py index 9d37c67b4bd..3ac8011336a 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -66,6 +66,7 @@ EXTENSIONS = [ Extension("VK_KHR_external_memory"), Extension("VK_KHR_external_memory_fd"), Extension("VK_EXT_external_memory_dma_buf"), + Extension("VK_EXT_queue_family_foreign"), Extension("VK_EXT_provoking_vertex", alias="pv", features=True,
