mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
radv: expose xlib platform extension
I missed this when I added the xlib code, this allows dolphin emu to start and crash later. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Cc: "13.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a28db12e21
commit
9f0726f3e5
1 changed files with 6 additions and 0 deletions
|
|
@ -116,6 +116,12 @@ static const VkExtensionProperties global_extensions[] = {
|
|||
.specVersion = 5,
|
||||
},
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_XLIB_KHR
|
||||
{
|
||||
.extensionName = VK_KHR_XLIB_SURFACE_EXTENSION_NAME,
|
||||
.specVersion = 5,
|
||||
},
|
||||
#endif
|
||||
#ifdef VK_USE_PLATFORM_WAYLAND_KHR
|
||||
{
|
||||
.extensionName = VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue