diff options
author | Ian Romanick <[email protected]> | 2012-07-19 11:10:15 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2012-08-14 15:41:03 -0700 |
commit | 63beb3df98147f34fd0965cb0afbb97444206d0c (patch) | |
tree | ef613bba6e39101bb7eb0e07b8760d6ad0685e30 /src/egl/main/eglcontext.h | |
parent | 9d76ad2fac5b6558d63656e9a29cda394bb4ec80 (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/eglcontext.h')
-rw-r--r-- | src/egl/main/eglcontext.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |