diff options
author | Fredrik Höglund <[email protected]> | 2011-12-14 21:24:09 +0100 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2011-12-20 17:04:46 +0800 |
commit | 7d46b45c5bd7d1ab3e32a2722ca65061ca80dc34 (patch) | |
tree | 0b93d727b5eb9e34f0a115abf51ee965488e528e /src/egl/main/eglsurface.h | |
parent | f63e129d5fef73b0710d294ddc19440d9d388836 (diff) |
egl: add EGL_NV_post_sub_buffer
v2: Handle EGL_POST_SUB_BUFFER_SUPPORTED_NV in
_eglParseSurfaceAttribList()
Signed-off-by: Fredrik Höglund <[email protected]>
[olv: remove #ifdef checks]
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r-- | src/egl/main/eglsurface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h index 0541ff4e2f1..7d91363c1b2 100644 --- a/src/egl/main/eglsurface.h +++ b/src/egl/main/eglsurface.h @@ -73,6 +73,8 @@ struct _egl_surface /* True if the surface is bound to an OpenGL ES texture */ EGLBoolean BoundToTexture; + + EGLBoolean PostSubBufferSupportedNV; }; |