vkr: update protocol to include VK_KHR_external_fence_fd
The proc table change breaks a custom global fencing patch we carried for virglrenderer, which requires the vkGetFenceFdKHR
entry point for the renderer to use.
Commands for VK_KHR_external_fence_fd are disabled between the driver and renderer, but we need this extension for renderer proc table.
protocol: https://gitlab.freedesktop.org/olv/venus-protocol/-/merge_requests/35
/cc @igor.torrente
Edited by Yiwei Zhang