mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-10 22:20:40 +01:00
radv: Enable vulkan 1.1.0 for configurations that can support it.
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
0168eaaa42
commit
04d65d2b76
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
""")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue