[Mesa-dev] [PATCH v2 5/8] egl: enable EGL_EXT_device_{base, enumeration, query}

Emil Velikov emil.l.velikov at gmail.com
Tue Sep 4 18:33:02 UTC 2018


From: Emil Velikov <emil.velikov at collabora.com>

Now that we support the extensions, fully, enabled them.

The specs mandate that we always have at least one device and each dpy
has a device associated with it.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/egl/main/eglglobals.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/egl/main/eglglobals.c b/src/egl/main/eglglobals.c
index db81fcaf2b5..33d92533d15 100644
--- a/src/egl/main/eglglobals.c
+++ b/src/egl/main/eglglobals.c
@@ -63,6 +63,9 @@ struct _egl_global _eglGlobal =
 
    .ClientOnlyExtensionString =
    "EGL_EXT_client_extensions"
+   " EGL_EXT_device_base"
+   " EGL_EXT_device_enumeration"
+   " EGL_EXT_device_query"
    " EGL_EXT_platform_base"
    " EGL_KHR_client_get_all_proc_addresses"
    " EGL_KHR_debug",
-- 
2.18.0



More information about the mesa-dev mailing list