mesa/src/egl/main
Daniel Stone 355b96413d egl/wayland: Move bind_wayland_display to legacy build option
Similar to how support for X11's DRI2 protocol was deprecated in 24.2,
begin deprecating EGL_WL_bind_wayland_display (including
eglBindWaylandDisplayWL et al) by moving it behind a legacy-wayland
build option.

This extension was originally created in a pre-dmabuf world, where we
didn't have a universally-accepted way of exchanging buffers between
client and compositor, or even really the ability to describe formats
and modifiers universally.

Since then, the world has settled on dmabuf with DRM FourCC and
modifiers. We've had the zwp_linux_dmabuf_v1 protocol for 10 years now:
both clients and compositors implement this protocol to handle buffer
sharing. Compositors either use EGL_EXT_image_dma_buf_import or the
Vulkan dmabuf extensions to import these into GPU world.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36026>
2025-07-10 14:51:20 +00:00
..
50_mesa.json egl/meson: allow passing a full path to the glvnd json file 2025-06-20 22:18:22 +00:00
egl.def.in
eglapi.c egl/wayland: Move bind_wayland_display to legacy build option 2025-07-10 14:51:20 +00:00
eglarray.c egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglarray.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglconfig.c egl: Implement EGL_EXT_config_select_group 2024-05-11 19:43:47 +00:00
eglconfig.h egl: Implement EGL_EXT_config_select_group 2024-05-11 19:43:47 +00:00
eglconfigdebug.c egl: cast printf argument to the expected type 2025-07-04 15:26:39 +00:00
eglconfigdebug.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglcontext.c egl: Fixes for eglQueryContext and RESET_NOTIFICATION_STRATEGY 2025-06-02 04:36:48 +00:00
eglcontext.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglcurrent.c egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglcurrent.h egl: refactor to use DETECT_OS_ANDROID instead of ANDROID 2024-02-01 19:29:49 +00:00
egldefines.h egl: bump extension string length 2023-08-18 23:37:36 +00:00
egldevice.c egl: Add EGL_EXT_device_query_name and EGL_EXT_device_persistent_id 2025-06-20 15:35:44 +00:00
egldevice.h egl: Add EGL_EXT_device_query_name and EGL_EXT_device_persistent_id 2025-06-20 15:35:44 +00:00
egldispatchstubs.c egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
egldispatchstubs.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
egldisplay.c egl/surfaceless: Fix EGL_DEVICE_EXT implementation 2023-12-13 23:15:17 +00:00
egldisplay.h egl: Remove EGL_MESA_drm_image 2025-07-09 17:49:58 +00:00
egldriver.h egl/wayland: Move bind_wayland_display to legacy build option 2025-07-10 14:51:20 +00:00
eglentrypoint.h egl/wayland: Move bind_wayland_display to legacy build option 2025-07-10 14:51:20 +00:00
eglglobals.c egl: Implement EGL_EXT_explicit_device 2023-07-28 18:00:34 +00:00
eglglobals.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglglvnd.c egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglimage.c egl/wayland: Move bind_wayland_display to legacy build option 2025-07-10 14:51:20 +00:00
eglimage.h egl: Remove EGL_MESA_drm_image 2025-07-09 17:49:58 +00:00
egllog.c egl: use os_get_option() to allow android to set EGL_LOG_LEVEL 2024-06-21 07:44:36 +00:00
egllog.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglsurface.c egl: Retire NV_post_sub_buffer support. 2025-02-21 02:50:56 +00:00
eglsurface.h egl: Retire NV_post_sub_buffer support. 2025-02-21 02:50:56 +00:00
eglsync.c egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
eglsync.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00
egltypedefs.h egl: re-format using clang-format 2023-07-07 23:00:06 +00:00