DescriptionDisable CHROMIUM_bind_uniform_location due to a spec bug
Bound uniforms that are optimized away causes GL errors
when they are used.
The bound location becomes unused if its bound uniform is
optimized away. Updating the inactive uniform using the
bound location causes a GL error from the command buffer.
Alternatively, command buffer may bind another free, unbound
uniform to the bound location. This causes the uniform update to
update the wrong uniform.
Disable the extension until the spec can be clarified and the
implementation fixed, if possible and needed.
BUG=skia:4454
Committed: https://skia.googlesource.com/skia/+/177519e5be598a54a07b8939328e8b86c8c83748
Patch Set 1 #
Depends on Patchset: Messages
Total messages: 8 (4 generated)
|