mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
anv: Enable Vulkan 1.1
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
This commit is contained in:
parent
03c07ac548
commit
d6b65222df
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@ class ApiVersion:
|
|||
# available.
|
||||
API_VERSIONS = [
|
||||
ApiVersion('1.0.57', True),
|
||||
ApiVersion('1.1.0', False),
|
||||
|
||||
# DRM_IOCTL_SYNCOBJ_WAIT is required for VK_KHR_external_fence which is a
|
||||
# required core feature in Vulkan 1.1
|
||||
ApiVersion('1.1.0', 'device->has_syncobj_wait'),
|
||||
]
|
||||
|
||||
MAX_API_VERSION = None # Computed later
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue