diff options
author | Grigori Goronzy <[email protected]> | 2017-06-29 02:44:03 +0200 |
---|---|---|
committer | Grigori Goronzy <[email protected]> | 2017-07-14 21:23:44 +0200 |
commit | 4909519a66551745969a6fdcb82beefe690549d3 (patch) | |
tree | 10c13c0d4738a62151551928d57c706df70cc8fc /src/egl/main/eglcontext.h | |
parent | 2bbe235053ca28334eaf4ed7214e2f35b9733bd8 (diff) |
egl: Add EGL_KHR_create_context_no_error support
This only adds the EGL side, needs to be plumbed into Mesa frontend.
v2: Add check for extension availability.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/egl/main/eglcontext.h')
-rw-r--r-- | src/egl/main/eglcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglcontext.h b/src/egl/main/eglcontext.h index f2fe8066265..0667622ba15 100644 --- a/src/egl/main/eglcontext.h +++ b/src/egl/main/eglcontext.h @@ -62,6 +62,7 @@ struct _egl_context EGLint Flags; EGLint Profile; EGLint ResetNotificationStrategy; + EGLBoolean NoError; /* The real render buffer when a window surface is bound */ EGLint WindowRenderBuffer; |