diff options
author | Jamie Gennis <jgennis@google.com> | 2013-04-25 18:48:41 -0700 |
---|---|---|
committer | Jamie Gennis <jgennis@google.com> | 2013-04-25 18:49:15 -0700 |
commit | f6d1c3930eeba6b089ba12fb82ecad1c6622e550 (patch) | |
tree | 7fcc80cd4f06da6184735a4161c0f9659b8aed7f /opengl | |
parent | 5b6ebd716c2bae657898562997ebb3b7d7b8a575 (diff) | |
download | frameworks_native-f6d1c3930eeba6b089ba12fb82ecad1c6622e550.tar.gz frameworks_native-f6d1c3930eeba6b089ba12fb82ecad1c6622e550.tar.bz2 frameworks_native-f6d1c3930eeba6b089ba12fb82ecad1c6622e550.zip |
EGL: expose the EGL_KHR_create_context extension
Bug: 8616866
Change-Id: Ic60f9f21397a1760c552b6f141d5177d1cbaf1f8
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/libs/EGL/eglApi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opengl/libs/EGL/eglApi.cpp b/opengl/libs/EGL/eglApi.cpp index 9a214c267..74d397335 100644 --- a/opengl/libs/EGL/eglApi.cpp +++ b/opengl/libs/EGL/eglApi.cpp @@ -78,6 +78,7 @@ extern char const * const gExtensionString = "EGL_KHR_gl_renderbuffer_image " "EGL_KHR_reusable_sync " "EGL_KHR_fence_sync " + "EGL_KHR_create_context " "EGL_EXT_create_context_robustness " "EGL_NV_system_time " "EGL_ANDROID_image_native_buffer " // mandatory |