Commit 30bae591 by Alexis Hetu Committed by Alexis Hétu

Remove GL_APPLE_texture_format_BGRA8888 from gl strings

Exposing "GL_APPLE_texture_format_BGRA8888" fully enables BGRA8 in Chromium and it seems like SwiftShader isn't properly supporting it yet, so removing the string for now in order to do the DEPS roll. Change-Id: I72f57899b820c22ac76a59b0b7a5e3d2a920e2b3 Reviewed-on: https://swiftshader-review.googlesource.com/16268Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent c8fcfd82
......@@ -4404,7 +4404,7 @@ const GLubyte *Context::getExtensions(GLuint index, GLuint *numExt) const
"GL_ANGLE_texture_compression_dxt3",
"GL_ANGLE_texture_compression_dxt5",
#endif
"GL_APPLE_texture_format_BGRA8888",
//"GL_APPLE_texture_format_BGRA8888",
"GL_CHROMIUM_texture_filtering_hint",
"GL_NV_fence",
"GL_NV_framebuffer_blit",
......
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