diff options
author | Jamie Gennis <jgennis@google.com> | 2013-04-29 12:14:26 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-04-29 12:14:26 -0700 |
commit | 565bce248b0a21f9cf42329d5b5d0aa6dd425959 (patch) | |
tree | 8e45ae937b928a21112848ce35bc73bdf092526b /opengl | |
parent | 5075b21e1a0a0b5a8f054413df81469c07242d7c (diff) | |
parent | 8369c4739a58367e9636c84facc272cf8ddcb070 (diff) | |
download | frameworks_native-565bce248b0a21f9cf42329d5b5d0aa6dd425959.zip frameworks_native-565bce248b0a21f9cf42329d5b5d0aa6dd425959.tar.gz frameworks_native-565bce248b0a21f9cf42329d5b5d0aa6dd425959.tar.bz2 |
am 8369c473: am f6d1c393: EGL: expose the EGL_KHR_create_context extension
* commit '8369c4739a58367e9636c84facc272cf8ddcb070':
EGL: expose the EGL_KHR_create_context extension
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 9a214c2..74d3973 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 |