egl: Add EGL_RECORDABLE_ANDROID attribute
This is used by Android to select an eglconfig compatible with screen recording. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Rob Herring <robh@kernel.org> [Emil Velikov: add the _eglIsConfigAttribValid check] Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:

committed by
Emil Velikov

parent
8975527f58
commit
e21e81aa18
@@ -92,6 +92,7 @@ struct _egl_extensions
|
||||
/* Please keep these sorted alphabetically. */
|
||||
EGLBoolean ANDROID_framebuffer_target;
|
||||
EGLBoolean ANDROID_image_native_buffer;
|
||||
EGLBoolean ANDROID_recordable;
|
||||
|
||||
EGLBoolean CHROMIUM_sync_control;
|
||||
|
||||
|
Reference in New Issue
Block a user