mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 06:10:13 +01:00
vulkan/wsi: Add missing KHR_surface_maintenance1 promotions.
Weird that CTS did not catch that ...
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Fixes: 11195eb8de ("vulkan: Add KHR_swapchain_maintenance1 promotions.")
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38728>
This commit is contained in:
parent
11195eb8de
commit
d7cf200b49
9 changed files with 9 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ static const struct vk_instance_extension_table radv_instance_extensions_support
|
|||
#ifdef RADV_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
#ifdef HK_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
#ifdef V3DV_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
|
|
@ -103,6 +103,7 @@ static const struct vk_instance_extension_table tu_instance_extensions_supported
|
|||
#ifdef TU_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ static const struct vk_instance_extension_table lvp_instance_extensions_supporte
|
|||
#ifdef LVP_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
#ifdef ANV_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
#ifdef KK_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ static const struct vk_instance_extension_table instance_extensions = {
|
|||
#ifdef NVK_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ static const struct vk_instance_extension_table
|
|||
#ifdef VN_USE_WSI_PLATFORM
|
||||
.KHR_get_surface_capabilities2 = true,
|
||||
.KHR_surface = true,
|
||||
.KHR_surface_maintenance1 = true,
|
||||
.KHR_surface_protected_capabilities = true,
|
||||
.EXT_surface_maintenance1 = true,
|
||||
.EXT_swapchain_colorspace = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue