Commit f60ff9c5 authored by ernstm's avatar ernstm Committed by Commit bot

Blacklist GPU rasterization on Nexus 10.

R=zmo@chromium.org,ajuma@chromium.org
BUG=407144

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

Cr-Commit-Position: refs/heads/master@{#293022}
parent 104c3d64
...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ...@@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{ {
"name": "software rendering list", "name": "software rendering list",
// Please update the version number whenever you change this file. // Please update the version number whenever you change this file.
"version": "9.4", "version": "9.5",
"entries": [ "entries": [
{ {
"id": 1, "id": 1,
...@@ -1098,6 +1098,15 @@ LONG_STRING_CONST( ...@@ -1098,6 +1098,15 @@ LONG_STRING_CONST(
"features": [ "features": [
"gpu_rasterization" "gpu_rasterization"
] ]
},
{
"id": 100,
"description": "GPU rasterization is blacklisted on Nexus 10",
"cr_bugs": [407144],
"machine_model_name": ["Nexus 10"],
"features": [
"gpu_rasterization"
]
} }
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment