egl/wayland: Remove support for non-dmabuf wl_drm
wl_drm is the legacy protocol which is used to support EGL_WL_bind_wayland_display to exchange buffers between client and server. It's supported dmabuf for a very long time, and as a private protocol for Mesa's use, there is no need to carry around support for old codepaths, as all relevant drivers support dmabuf. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35885>
This commit is contained in:
@@ -65,3 +65,4 @@ VK_EXT_non_seamless_cube_map on panvk
|
||||
VK_ARM_shader_core_properties on panvk/v10+
|
||||
removed X11 DRI2 support
|
||||
removed EGL_MESA_drm_image
|
||||
removed pre-dmabuf wl_drm support
|
||||
|
||||
Reference in New Issue
Block a user