pvr: enable VK_EXT_headless_surface on all platforms except Windows
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27448>
This commit is contained in:
parent
52bd7682d2
commit
98460131bd
2 changed files with 4 additions and 1 deletions
|
|
@ -578,7 +578,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||||
VK_EXT_global_priority DONE (anv, hasvk, radv, tu)
|
VK_EXT_global_priority DONE (anv, hasvk, radv, tu)
|
||||||
VK_EXT_global_priority_query DONE (anv, hasvk, radv, tu)
|
VK_EXT_global_priority_query DONE (anv, hasvk, radv, tu)
|
||||||
VK_EXT_graphics_pipeline_library DONE (anv, lvp, radv, tu, vn)
|
VK_EXT_graphics_pipeline_library DONE (anv, lvp, radv, tu, vn)
|
||||||
VK_EXT_headless_surface DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
VK_EXT_headless_surface DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||||
VK_EXT_image_2d_view_of_3d DONE (anv, hasvk, lvp, nvk, radv, tu, vn)
|
VK_EXT_image_2d_view_of_3d DONE (anv, hasvk, lvp, nvk, radv, tu, vn)
|
||||||
VK_EXT_image_compression_control DONE (radv)
|
VK_EXT_image_compression_control DONE (radv)
|
||||||
VK_EXT_image_drm_format_modifier DONE (anv, hasvk, radv/gfx9+, tu, v3dv, vn)
|
VK_EXT_image_drm_format_modifier DONE (anv, hasvk, radv/gfx9+, tu, v3dv, vn)
|
||||||
|
|
|
||||||
|
|
@ -155,6 +155,9 @@ static const struct vk_instance_extension_table pvr_instance_extensions = {
|
||||||
.KHR_get_physical_device_properties2 = true,
|
.KHR_get_physical_device_properties2 = true,
|
||||||
.KHR_get_surface_capabilities2 = PVR_USE_WSI_PLATFORM,
|
.KHR_get_surface_capabilities2 = PVR_USE_WSI_PLATFORM,
|
||||||
.KHR_surface = PVR_USE_WSI_PLATFORM,
|
.KHR_surface = PVR_USE_WSI_PLATFORM,
|
||||||
|
#ifndef VK_USE_PLATFORM_WIN32_KHR
|
||||||
|
.EXT_headless_surface = PVR_USE_WSI_PLATFORM,
|
||||||
|
#endif
|
||||||
.EXT_debug_report = true,
|
.EXT_debug_report = true,
|
||||||
.EXT_debug_utils = true,
|
.EXT_debug_utils = true,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue