DescriptionFix glGetActiveUniform/Attrib crashes due to state inconsistency
between what Chrome thinks and what the driver is.
This is caused by we intercept invalid program and generate an error on
LinkProgram rather than passing it to the driver, so the driver still have
a valid program if the previous link succeeds.
BUG=463599
TEST=test case in the bug
R=sievers@chromium.org
Committed: https://crrev.com/44ad5ecc3abf8f31d7e55a9ece5cea30a710fd77
Cr-Commit-Position: refs/heads/master@{#319746}
Patch Set 1 #
Total comments: 4
Messages
Total messages: 10 (2 generated)
|