Commit a624d80f by Nicolas Capens Committed by Nicolas Capens

Disable the GL_NV_framebuffer_blit extension

This extension is believed to be unused. Bug: b/147536183 Change-Id: Ifaa1e560414e93f2d1382d7d83c335dda9370eee Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/40110Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 1d07fc44
...@@ -4600,7 +4600,7 @@ const GLubyte *Context::getExtensions(GLuint index, GLuint *numExt) const ...@@ -4600,7 +4600,7 @@ const GLubyte *Context::getExtensions(GLuint index, GLuint *numExt) const
"GL_CHROMIUM_texture_filtering_hint", "GL_CHROMIUM_texture_filtering_hint",
"GL_NV_depth_buffer_float2", "GL_NV_depth_buffer_float2",
"GL_NV_fence", "GL_NV_fence",
"GL_NV_framebuffer_blit", // "GL_NV_framebuffer_blit", // b/147536183
"GL_NV_read_depth", "GL_NV_read_depth",
"GL_NV_read_depth_stencil", "GL_NV_read_depth_stencil",
"GL_NV_read_stencil", "GL_NV_read_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