aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleEncode.cpp
diff options
context:
space:
mode:
authorkkinnunen <kkinnunen@nvidia.com>2015-10-28 06:18:35 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-28 06:18:35 -0700
commit177519e5be598a54a07b8939328e8b86c8c83748 (patch)
tree0b9626ddaddac3b2cabdf3151bc26a4522be29dc /samplecode/SampleEncode.cpp
parent963037c1214029dde691b89738be8212a5b22cdf (diff)
Disable 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 Review URL: https://codereview.chromium.org/1417633008
Diffstat (limited to 'samplecode/SampleEncode.cpp')
0 files changed, 0 insertions, 0 deletions