Commit e3ae4283 by Nicolas Capens

Add "Google" to GL_RENDERER to be whitelisted by Chrome.

crbug/546671 Change-Id: Ie43f8e34fa22bb0d23e4a123e789c429f2024ebb Reviewed-on: https://swiftshader-review.googlesource.com/4254Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 706cd1e2
......@@ -2257,7 +2257,7 @@ const GLubyte* GetString(GLenum name)
case GL_VENDOR:
return (GLubyte*)"TransGaming Inc.";
case GL_RENDERER:
return (GLubyte*)"SwiftShader";
return (GLubyte*)"Google SwiftShader";
case GL_VERSION:
return (GLubyte*)"OpenGL ES 1.1 SwiftShader " VERSION_STRING;
case GL_EXTENSIONS:
......
......@@ -3569,7 +3569,7 @@ const GLubyte* GetString(GLenum name)
case GL_VENDOR:
return (GLubyte*)"Google Inc.";
case GL_RENDERER:
return (GLubyte*)"SwiftShader";
return (GLubyte*)"Google SwiftShader";
case GL_VERSION:
{
es2::Context *context = es2::getContext();
......
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