mutter/clutter/wayland
nobled 20b1350614 wayland: check for egl extensions explicitly
eglGetProcAddress() returns non-null function pointers
whether or not they're actually supported by the driver,
since it can be used before any driver gets loaded. So
we have to check if the extensions are advertised first,
which requires having an initialized display, so we split
the display creation code into its own function.

The exception to extension-checking is EGL_MESA_drm_display,
since by definition it's needed before any display is even
created.
2011-02-08 16:15:09 +00:00
..
clutter-backend-wayland.c wayland: check for egl extensions explicitly 2011-02-08 16:15:09 +00:00
clutter-backend-wayland.h wayland: fall back to shm buffers if drm fails 2011-02-01 02:58:15 +00:00
clutter-event-wayland.c Add wayland backend 2010-10-14 16:23:05 +01:00
clutter-input-device-wayland.c wayland: fix typo 2010-12-09 13:32:41 +00:00
clutter-stage-wayland.c wayland: fall back to shm buffers if drm fails 2011-02-01 02:58:15 +00:00
clutter-stage-wayland.h wayland: add shm buffer code 2011-02-01 02:58:11 +00:00
clutter-wayland.h Rename the EGLDisplay accessors 2010-12-09 15:34:22 +00:00