DescriptionUnify GPU raster and accelerated canvas blacklists on Android.
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.
BUG=453283
NOTRY=true
Committed: https://crrev.com/044dfb80b1f612f3c84b35182db0f9b4d93e086c
Cr-Commit-Position: refs/heads/master@{#313813}
Patch Set 1 #Patch Set 2 : Update version number #
Total comments: 2
Patch Set 3 : Code review #Messages
Total messages: 9 (2 generated)
|