radv: Enable vulkan 1.1.0 for configurations that can support it.
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -272,6 +272,8 @@ VkResult radv_EnumerateInstanceVersion(
|
||||
uint32_t
|
||||
radv_physical_device_api_version(struct radv_physical_device *dev)
|
||||
{
|
||||
if (!ANDROID && dev->rad_info.has_syncobj_wait_for_submit)
|
||||
return VK_MAKE_VERSION(1, 1, 0);
|
||||
return VK_MAKE_VERSION(1, 0, 68);
|
||||
}
|
||||
""")
|
||||
|
Reference in New Issue
Block a user