egl: enable EGL_EXT_device_{base,enumeration,query}
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 3 Sep 2018 17:48:29 +0000 (18:48 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 1 Nov 2018 00:05:43 +0000 (00:05 +0000)
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@collabora.com>
Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/egl/main/eglglobals.c

index db81fcaf2b567a42f8106c81c04080e6c92c9a29..33d92533d15e00f378a31cd0eac2b313937ecabf 100644 (file)
@@ -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",