diff options
author | Robert Bragg <[email protected]> | 2013-04-25 13:41:42 +0100 |
---|---|---|
committer | Robert Bragg <[email protected]> | 2013-05-07 17:07:45 +0100 |
commit | 6425b14515e3124d6d1fe2d39fa192389aab9f85 (patch) | |
tree | 81990d28a3ef1d692964f7670c4a196a192da3a9 /src/egl/main/eglmisc.c | |
parent | 95dda0d64931edaa4dc3f219f43b21ad69affca3 (diff) |
egl: Add extension infrastructure for EGL_EXT_swap_buffers_with_damage
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'src/egl/main/eglmisc.c')
-rw-r--r-- | src/egl/main/eglmisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglmisc.c b/src/egl/main/eglmisc.c index 92b0eae5f2a..a843ce77108 100644 --- a/src/egl/main/eglmisc.c +++ b/src/egl/main/eglmisc.c @@ -117,6 +117,7 @@ _eglUpdateExtensionsString(_EGLDisplay *dpy) _EGL_CHECK_EXTENSION(EXT_create_context_robustness); _EGL_CHECK_EXTENSION(EXT_buffer_age); + _EGL_CHECK_EXTENSION(EXT_swap_buffers_with_damage); _EGL_CHECK_EXTENSION(NV_post_sub_buffer); #undef _EGL_CHECK_EXTENSION |