Skip to content

vulkan/runtime: Add common code for VK_KHR_device_group entrypoints

Add common code for vkCmdDispatch, vkCmdSetDeviceMask, and vkGetDeviceGroupPeerMemoryFeatures in Mesa Vulkan runtime so that they are available to all drivers. Then, delete the code for those entrypoints from drivers where possible. This will avoid repeated code.

Merge request reports