summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
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/egldisplay.h
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/egldisplay.h')
-rw-r--r--src/egl/main/egldisplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/egldisplay.h b/src/egl/main/egldisplay.h
index a1dd279bf39..ba629411a2d 100644
--- a/src/egl/main/egldisplay.h
+++ b/src/egl/main/egldisplay.h
@@ -104,6 +104,7 @@ struct _egl_extensions
EGLBoolean KHR_fence_sync;
EGLBoolean KHR_surfaceless_context;
+ EGLBoolean KHR_create_context;
EGLBoolean NOK_swap_region;
EGLBoolean NOK_texture_from_pixmap;