aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-09-03 18:48:29 +0100
committerEmil Velikov <[email protected]>2018-11-01 00:05:43 +0000
commitc7cc135e2326f7a6ac08aed1e0a974c1585fdbc7 (patch)
treef88e776b6c47db5096b231036712c7ced8613e20 /src/egl/main
parent00992700c9a812a545637ec409099682ca9cc79a (diff)
egl: enable EGL_EXT_device_{base,enumeration,query}
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 <[email protected]> Reviewed-by: Mathias Fröhlich <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r--src/egl/main/eglglobals.c3
1 files changed, 3 insertions, 0 deletions
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",