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/eglmisc.c | |
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/eglmisc.c')
-rw-r--r-- | src/egl/main/eglmisc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/eglmisc.c b/src/egl/main/eglmisc.c index b478e791901..9d534f0a5be 100644 --- a/src/egl/main/eglmisc.c +++ b/src/egl/main/eglmisc.c @@ -115,6 +115,8 @@ _eglUpdateExtensionsString(_EGLDisplay *dpy) _EGL_CHECK_EXTENSION(NOK_texture_from_pixmap); _EGL_CHECK_EXTENSION(ANDROID_image_native_buffer); + + _EGL_CHECK_EXTENSION(NV_post_sub_buffer); #undef _EGL_CHECK_EXTENSION } |