summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglmisc.c
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2012-07-19 11:10:15 -0700
committerIan Romanick <[email protected]>2012-08-14 15:41:03 -0700
commit63beb3df98147f34fd0965cb0afbb97444206d0c (patch)
treeef613bba6e39101bb7eb0e07b8760d6ad0685e30 /src/egl/main/eglmisc.c
parent9d76ad2fac5b6558d63656e9a29cda394bb4ec80 (diff)
egl: Implement front-end support for EGL_KHR_create_context
Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/egl/main/eglmisc.c')
-rw-r--r--src/egl/main/eglmisc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglmisc.c b/src/egl/main/eglmisc.c
index b4f1e717701..1f7d9a0e111 100644
--- a/src/egl/main/eglmisc.c
+++ b/src/egl/main/eglmisc.c
@@ -108,6 +108,7 @@ _eglUpdateExtensionsString(_EGLDisplay *dpy)
_EGL_CHECK_EXTENSION(KHR_fence_sync);
_EGL_CHECK_EXTENSION(KHR_surfaceless_context);
+ _EGL_CHECK_EXTENSION(KHR_create_context);
_EGL_CHECK_EXTENSION(NOK_swap_region);
_EGL_CHECK_EXTENSION(NOK_texture_from_pixmap);