panvk: expose VK_KHR_display
It seems the common WSI code does all that's really needed here for us already. Enabling this lets me run vkmark on PanVK. This is a bit silly, because what actually happens here is that we end up passing -1 as the display_fd to wsi_device_init(). This in turn leads us to returning zero usable displays, which renders the extension somewhat useless. But it is better than not supporting the extension, and not supporting applications who have a hard depdendency on it fail, like is the case with vkmark. Tested-by: Alexandre ARNOUD <aarnoud@me.com> Acked-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33916>
This commit is contained in:

committed by
Marge Bot

parent
10cbd4f211
commit
8aae7d153d
@@ -18,3 +18,4 @@ VK_KHR_shader_quad_control on panvk/v10+
|
||||
VK_EXT_device_memory_report on RADV
|
||||
VK_KHR_shader_subgroup_extended_types on panvk/v10+
|
||||
shaderStorageImageExtendedFormats on panvk
|
||||
VK_KHR_display on panvk
|
||||
|
Reference in New Issue
Block a user