• aelias's avatar
    Unify GPU raster and canvas blacklists on Android, second attempt. · 6cf89e9e
    aelias authored
    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
    
    Review URL: https://codereview.chromium.org/899743002
    
    Cr-Commit-Position: refs/heads/master@{#314637}
    6cf89e9e
software_rendering_list_json.cc 26.4 KB