From 08b54ebe98be60a55a0164a8055314f3b6651f44 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 17 Sep 2021 10:30:09 +1000 Subject: [PATCH] lavapipe: enable vulkan 1.2 support. The remaining extensions are optional features, just turn on vk 1.2 with them reporting as off. Reviewed-by: Roland Scheidegger Acked-by: Mike Blumenkrantz Part-of: --- src/gallium/frontends/lavapipe/lvp_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c index e0985969c2b..f8aee6a4a10 100644 --- a/src/gallium/frontends/lavapipe/lvp_device.c +++ b/src/gallium/frontends/lavapipe/lvp_device.c @@ -44,7 +44,7 @@ defined(VK_USE_PLATFORM_DISPLAY_KHR) #define LVP_USE_WSI_PLATFORM #endif -#define LVP_API_VERSION VK_MAKE_VERSION(1, 1, VK_HEADER_VERSION) +#define LVP_API_VERSION VK_MAKE_VERSION(1, 2, VK_HEADER_VERSION) VKAPI_ATTR VkResult VKAPI_CALL lvp_EnumerateInstanceVersion(uint32_t* pApiVersion) {