Revert of Unify GPU raster and accelerated canvas blacklists on Android. (patchset...
commit259fd3ded173e9c932bf2f2dcdb4e11f5aa959d9
authoraelias <aelias@chromium.org>
Tue, 3 Feb 2015 01:41:27 +0000 (2 17:41 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 3 Feb 2015 01:43:42 +0000 (3 01:43 +0000)
treeb5c135c0b84f4e62c75550d25ca4a72a9099af3a
parentf998da84f5813c2874d0fcc2e71b44e8d4c04314
Revert of Unify GPU raster and accelerated canvas blacklists on Android. (patchset #3 id:40001 of https://codereview.chromium.org/877343008/)

Reason for revert:
Causes blank screen on Daisy boot (ChromeOS T604)

BUG=454547

Original issue's description:
> Unify 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}

TBR=zmo@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=453283

Review URL: https://codereview.chromium.org/895673004

Cr-Commit-Position: refs/heads/master@{#314239}
gpu/config/software_rendering_list_json.cc