DescriptionUnify GPU raster and canvas blacklists on Android, second attempt.
Accelerated canvas and GPU raster both use the same Skia codepaths and
have generally displayed the same bugs. It doesn't make sense to
blacklist one but not the other. Since GPU raster sees more usage than
canvas nowadays, and I researched GPU raster compatibility as part of
https://codereview.chromium.org/760053003, it makes sense to fold canvas
into the same blacklist.
This immediately fixes an Adreno 225 canvas bug which slipped through a
driver-reported-version based blacklist, which is apparently unreliable
and which I deleted in this patch. More generally it also should avoid
this kind of issue in the future.
This patch is similar to the previous version, but also makes the
Mali-T604 blacklist entry specific to Android, since it was
inadvertently affecting ChromeOS.
BUG=453283, 454547
Committed: https://crrev.com/6cf89e9e1bb60e0025083582f61a0fed62fefd9c
Cr-Commit-Position: refs/heads/master@{#314637}
Patch Set 1 #Patch Set 2 : Rebase #
Total comments: 1
Messages
Total messages: 13 (4 generated)
|