DescriptionFix a bug in gpu_unittests mock expectations for VAO.
I notcied this bug while trying to fix the WebGL VAO related regressions
on Linux AMD.
Before the generated ID is not set, so by default it's 0, which
is wrong, because 0 is reserved to unbind instead of bind.
Also, turn on VAO support for majority of tests as the emulated code path
is more isolated and its tests are also more isolated. I feel it's better
to test with VAO on by default.
BUG=373974
TEST=gpu_unittests
R=vmiura@chromium.org,kbr@chromium.org,piman@chromium.org,jbauman@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273123
Patch Set 1 #Patch Set 2 : #
Total comments: 3
Patch Set 3 : #
Messages
Total messages: 12 (0 generated)
|