Mesa (master): lavapipe: enable KHR_maintenance2

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 24 00:18:29 UTC 2021


Module: Mesa
Branch: master
Commit: f7414d9cd514eb3b2949c1db31a32a5442456e2b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7414d9cd514eb3b2949c1db31a32a5442456e2b

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Feb 23 12:59:54 2021 +1000

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 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9238>

---

 src/gallium/frontends/lavapipe/lvp_extensions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/frontends/lavapipe/lvp_extensions.py b/src/gallium/frontends/lavapipe/lvp_extensions.py
index 54b38cf8df9..1de6bb8d7c7 100644
--- a/src/gallium/frontends/lavapipe/lvp_extensions.py
+++ b/src/gallium/frontends/lavapipe/lvp_extensions.py
@@ -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),



More information about the mesa-commit mailing list