mesa/src/egl/main
Christoph Neuhauser 5e5bc7a1c7
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
egl: Fix invalid device UUID returned by EGL_EXT_device_persistent_id
MR !36998 / commit 72f2565fc9 introduced
an issue where QueryDeviceInfo is not called in eglQueryDeviceBinaryEXT,
which causes the queried UUID to always be zero.
This commit fixes the issue by adding a call to QueryDeviceInfo.
Also, it refactors the inconsistent function names passed to _eglError.

Signed-off-by: Christoph Neuhauser <christoph.neuhauser@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37616>
2025-09-29 12:56:59 +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: Set atexit() handler during initialization 2025-09-24 21:16:02 +00:00
eglarray.c
eglarray.h
eglconfig.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +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
eglcontext.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
eglcontext.h
eglcurrent.c
eglcurrent.h egl: refactor to use DETECT_OS_ANDROID instead of ANDROID 2024-02-01 19:29:49 +00:00
egldefines.h
egldevice.c egl: Fix invalid device UUID returned by EGL_EXT_device_persistent_id 2025-09-29 12:56:59 +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
egldispatchstubs.h
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: Don't maintain a list of AtExit functions 2025-09-24 21:16:02 +00:00
eglglobals.h egl: Don't maintain a list of AtExit functions 2025-09-24 21:16:02 +00:00
eglglvnd.c
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
eglsurface.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
eglsurface.h egl: Retire NV_post_sub_buffer support. 2025-02-21 02:50:56 +00:00
eglsync.c
eglsync.h
egltypedefs.h