summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.h
diff options
context:
space:
mode:
authorFredrik Höglund <fredrik@kde.org>2011-12-14 21:24:09 +0100
committerChia-I Wu <olv@lunarg.com>2011-12-20 17:04:46 +0800
commit7d46b45c5bd7d1ab3e32a2722ca65061ca80dc34 (patch)
tree0b93d727b5eb9e34f0a115abf51ee965488e528e /src/egl/main/eglsurface.h
parentf63e129d5fef73b0710d294ddc19440d9d388836 (diff)
downloadexternal_mesa3d-7d46b45c5bd7d1ab3e32a2722ca65061ca80dc34.zip
external_mesa3d-7d46b45c5bd7d1ab3e32a2722ca65061ca80dc34.tar.gz
external_mesa3d-7d46b45c5bd7d1ab3e32a2722ca65061ca80dc34.tar.bz2
egl: add EGL_NV_post_sub_buffer
v2: Handle EGL_POST_SUB_BUFFER_SUPPORTED_NV in _eglParseSurfaceAttribList() Signed-off-by: Fredrik Höglund <fredrik@kde.org> [olv: remove #ifdef checks]
Diffstat (limited to 'src/egl/main/eglsurface.h')
-rw-r--r--src/egl/main/eglsurface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/eglsurface.h b/src/egl/main/eglsurface.h
index 0541ff4..7d91363 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;
};