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:
Dave Airlie 2021-02-23 12:59:54 +10:00
parent 83c4e94196
commit f7414d9cd5

View file

@ -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),