lavapipe: remove display extension support
lavapipe doesn't actually support these Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13141>
This commit is contained in:
committed by
Marge Bot
parent
fe1a091bd0
commit
1d574d4860
@@ -42,8 +42,7 @@
|
|||||||
#if defined(VK_USE_PLATFORM_WAYLAND_KHR) || \
|
#if defined(VK_USE_PLATFORM_WAYLAND_KHR) || \
|
||||||
defined(VK_USE_PLATFORM_WIN32_KHR) || \
|
defined(VK_USE_PLATFORM_WIN32_KHR) || \
|
||||||
defined(VK_USE_PLATFORM_XCB_KHR) || \
|
defined(VK_USE_PLATFORM_XCB_KHR) || \
|
||||||
defined(VK_USE_PLATFORM_XLIB_KHR) || \
|
defined(VK_USE_PLATFORM_XLIB_KHR)
|
||||||
defined(VK_USE_PLATFORM_DISPLAY_KHR)
|
|
||||||
#define LVP_USE_WSI_PLATFORM
|
#define LVP_USE_WSI_PLATFORM
|
||||||
#endif
|
#endif
|
||||||
#define LVP_API_VERSION VK_MAKE_VERSION(1, 2, VK_HEADER_VERSION)
|
#define LVP_API_VERSION VK_MAKE_VERSION(1, 2, VK_HEADER_VERSION)
|
||||||
@@ -81,12 +80,6 @@ static const struct vk_instance_extension_table lvp_instance_extensions_supporte
|
|||||||
#ifdef VK_USE_PLATFORM_XLIB_XRANDR_EXT
|
#ifdef VK_USE_PLATFORM_XLIB_XRANDR_EXT
|
||||||
.EXT_acquire_xlib_display = true,
|
.EXT_acquire_xlib_display = true,
|
||||||
#endif
|
#endif
|
||||||
#ifdef VK_USE_PLATFORM_DISPLAY_KHR
|
|
||||||
.KHR_display = true,
|
|
||||||
.KHR_get_display_properties2 = true,
|
|
||||||
.EXT_direct_mode_display = true,
|
|
||||||
.EXT_display_surface_counter = true,
|
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct vk_device_extension_table lvp_device_extensions_supported = {
|
static const struct vk_device_extension_table lvp_device_extensions_supported = {
|
||||||
|
|||||||
Reference in New Issue
Block a user