Merge branch 'pvr-advertise-headless' into 'main'

pvr: advertise VK_EXT_headless_surface

See merge request mesa/mesa!39038
This commit is contained in:
Icenowy Zheng 2025-12-20 09:43:14 +08:00
commit 4b3552b44a

View file

@ -72,7 +72,7 @@ static const struct vk_instance_extension_table pvr_instance_extensions = {
.EXT_debug_report = true, .EXT_debug_report = true,
.EXT_debug_utils = true, .EXT_debug_utils = true,
#ifndef VK_USE_PLATFORM_WIN32_KHR #ifndef VK_USE_PLATFORM_WIN32_KHR
.EXT_headless_surface = PVR_USE_WSI_PLATFORM && false, .EXT_headless_surface = PVR_USE_WSI_PLATFORM,
#endif #endif
}; };