wlroots/include
Julien Olivain c2288a7b88
render/egl: include EGL/eglmesaext.h only if present
This patch will make the EGL renderer work on any EGL/GLESv2 driver
providing the EGL_WL_bind_wayland_display extensions.

Mesa used to declare provisional EGL_WL_bind_wayland_display directly
in <EGL/eglext.h>. Then, all unofficial extensions were moved to
<EGL/eglmesaext.h>, to have a cleaner implementation. See:
ab7bb10a2a

The extension was then approved at Khronos Group, and reached the
official <EGL/eglext.h>. See:
https://www.khronos.org/registry/EGL/extensions/WL/EGL_WL_bind_wayland_display.txt
aa9b63f3ab

In order to make sure the renderer will work on any version of any
implementation providing the extension, only include the mesa-specific
header if it's present.

Signed-off-by: Julien Olivain <juju@cotds.org>
2020-05-11 08:58:30 +02:00
..
backend backend/drm: simplify atomic commit logic 2020-05-10 09:21:04 +02:00
render render/texture: add width and height fields 2020-04-28 21:45:14 +02:00
types Send pointer enter/leave on capability change 2020-03-14 00:09:32 +01:00
util util: add wlr_output_destroy_safe 2020-02-17 20:52:37 +01:00
wlr render/egl: include EGL/eglmesaext.h only if present 2020-05-11 08:58:30 +02:00
xcursor Add xcursor sublibrary 2017-08-07 21:13:04 -04:00
xwayland xwayland: remove underscore prefix from atom names 2020-03-06 21:34:44 +01:00
meson.build meson: Various improvements 2019-12-23 07:48:29 -05:00