diff options
author | Rob Herring <[email protected]> | 2016-02-02 14:23:08 -0600 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-01 13:45:08 +0100 |
commit | e21e81aa1885287e438970429d44abb8b3dabb96 (patch) | |
tree | 785b1ee7d63a251c04a6eae6947fa8b058b2b858 /src/egl/main/eglapi.c | |
parent | 8975527f58afd4af77966c6e46b485fc04008779 (diff) |
egl: Add EGL_RECORDABLE_ANDROID attribute
This is used by Android to select an eglconfig compatible with screen
recording.
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
[Emil Velikov: add the _eglIsConfigAttribValid check]
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/egl/main/eglapi.c')
-rw-r--r-- | src/egl/main/eglapi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index 6c395bdf311..8886759011a 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -383,6 +383,7 @@ _eglCreateExtensionsString(_EGLDisplay *dpy) /* Please keep these sorted alphabetically. */ _EGL_CHECK_EXTENSION(ANDROID_framebuffer_target); _EGL_CHECK_EXTENSION(ANDROID_image_native_buffer); + _EGL_CHECK_EXTENSION(ANDROID_recordable); _EGL_CHECK_EXTENSION(CHROMIUM_sync_control); |