commit | 408e59f63aaaba30fb6db1477e985025dda085cd | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Fri Apr 24 01:40:42 2015 -0700 |
committer | Jesse Hall <jessehall@google.com> | Tue May 12 08:42:05 2015 -0700 |
tree | ac76762e36c784ff1557cf49860958eb7f357c4b | |
parent | be451b57b97c21747c637f4af06743318d42c36c [diff] [blame] |
libEGL: whitelist the EGL_KHR_create_context_no_error extension Allow EGL implementations to expose the EGL_KHR_create_context_no_error extension if they wish. https://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_create_context_no_error.txt Change-Id: I3290ccc2a69a1fa0b00ec3f1aa4f876906c64bfb
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp index f5b90dd..5444631 100644 --- a/opengl/libs/EGL/eglApi.cpp +++ b/opengl/libs/EGL/eglApi.cpp
@@ -103,6 +103,7 @@ "EGL_ANDROID_recordable " // mandatory "EGL_KHR_partial_update " // strongly recommended "EGL_EXT_buffer_age " // strongly recommended with partial_update + "EGL_KHR_create_context_no_error " ; // extensions not exposed to applications but used by the ANDROID system