mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
lavapipe: enable KHR_maintenance2
This seems to pass all the CTS tests at least. I think most of the details are handled already. Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9238>
This commit is contained in:
parent
83c4e94196
commit
f7414d9cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_imageless_framebuffer', 1, False),
|
||||
Extension('VK_KHR_incremental_present', 1, 'LVP_HAS_SURFACE'),
|
||||
Extension('VK_KHR_maintenance1', 1, True),
|
||||
Extension('VK_KHR_maintenance2', 1, False),
|
||||
Extension('VK_KHR_maintenance2', 1, True),
|
||||
Extension('VK_KHR_maintenance3', 1, False),
|
||||
Extension('VK_KHR_multiview', 1, False),
|
||||
Extension('VK_KHR_pipeline_executable_properties', 1, False),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue