Mesa (main): lavapipe: KHR_swapchain_mutable_format

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 7 23:19:42 UTC 2022


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Thu Apr  7 17:19:52 2022 -0400

lavapipe: KHR_swapchain_mutable_format

it Just Works(tm)

Reviewed-by: Dave Airlie <airlied at redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15808>

---

 src/gallium/frontends/lavapipe/lvp_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c
index fda0eed7053..1bc9a936c89 100644
--- a/src/gallium/frontends/lavapipe/lvp_device.c
+++ b/src/gallium/frontends/lavapipe/lvp_device.c
@@ -130,6 +130,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
    .KHR_storage_buffer_storage_class      = true,
 #ifdef LVP_USE_WSI_PLATFORM
    .KHR_swapchain                         = true,
+   .KHR_swapchain_mutable_format          = true,
 #endif
    .KHR_synchronization2                  = true,
    .KHR_timeline_semaphore                = true,



More information about the mesa-commit mailing list