Commit b4db6295 by Nicolas Capens Committed by Nicolas Capens

Advertise GL_OES_EGL_image support.

BUG=18110152 Change-Id: I3f35293133868c6b3bebe521b0b169babeb8f937 Reviewed-on: https://swiftshader-review.googlesource.com/1237Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 27dc68a3
......@@ -2299,6 +2299,7 @@ const GLubyte* GL_APIENTRY glGetString(GLenum name)
"GL_OES_blend_func_separate "
"GL_OES_blend_subtract "
"GL_OES_depth_texture "
"GL_OES_EGL_image "
"GL_OES_EGL_image_external "
"GL_OES_element_index_uint "
"GL_OES_framebuffer_object "
......
......@@ -3408,6 +3408,7 @@ const GLubyte* GL_APIENTRY glGetString(GLenum name)
return (GLubyte*)
"GL_OES_depth_texture "
"GL_OES_depth_texture_cube_map "
"GL_OES_EGL_image "
"GL_OES_EGL_image_external "
"GL_OES_element_index_uint "
"GL_OES_packed_depth_stencil "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment