From 63beb3df98147f34fd0965cb0afbb97444206d0c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 19 Jul 2012 11:10:15 -0700 Subject: egl: Implement front-end support for EGL_KHR_create_context Signed-off-by: Ian Romanick Reviewed-by: Kenneth Graunke --- src/egl/main/eglcontext.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/egl/main/eglcontext.h') diff --git a/src/egl/main/eglcontext.h b/src/egl/main/eglcontext.h index 5e86cec2f92..7b99ad8c94a 100644 --- a/src/egl/main/eglcontext.h +++ b/src/egl/main/eglcontext.h @@ -54,6 +54,9 @@ struct _egl_context EGLint ClientAPI; /**< EGL_OPENGL_ES_API, EGL_OPENGL_API, EGL_OPENVG_API */ EGLint ClientMajorVersion; EGLint ClientMinorVersion; + EGLint Flags; + EGLint Profile; + EGLint ResetNotificationStrategy; /* The real render buffer when a window surface is bound */ EGLint WindowRenderBuffer; -- cgit v1.2.3