OSDN Git Service

Advertise GL_OES_EGL_image support.
authorNicolas Capens <capn@google.com>
Fri, 24 Oct 2014 03:37:17 +0000 (23:37 -0400)
committerNicolas Capens <nicolascapens@google.com>
Fri, 24 Oct 2014 16:43:20 +0000 (16:43 +0000)
BUG=18110152

Change-Id: I3f35293133868c6b3bebe521b0b169babeb8f937
Reviewed-on: https://swiftshader-review.googlesource.com/1237
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Nicolas Capens <nicolascapens@google.com>
src/GLES2/libGLES_CM/libGLES_CM.cpp
src/GLES2/libGLESv2/libGLESv2.cpp

index b3b502b..d8c81b8 100644 (file)
@@ -2299,6 +2299,7 @@ const GLubyte* GL_APIENTRY glGetString(GLenum name)
                                "GL_OES_blend_func_separate "\r
                                "GL_OES_blend_subtract "\r
                 "GL_OES_depth_texture "\r
+                               "GL_OES_EGL_image "\r
                 "GL_OES_EGL_image_external "\r
                 "GL_OES_element_index_uint "\r
                                "GL_OES_framebuffer_object "\r
index cde61ed..2ea6070 100644 (file)
@@ -3408,6 +3408,7 @@ const GLubyte* GL_APIENTRY glGetString(GLenum name)
             return (GLubyte*)\r
                 "GL_OES_depth_texture "\r
                 "GL_OES_depth_texture_cube_map "\r
+                "GL_OES_EGL_image "\r
                 "GL_OES_EGL_image_external "\r
                 "GL_OES_element_index_uint "\r
                 "GL_OES_packed_depth_stencil "\r