Skip to content

Commit

Permalink
Blacklist GPU rasterization on Nexus 10.
Browse files Browse the repository at this point in the history
R=zmo@chromium.org,ajuma@chromium.org
BUG=407144

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

Cr-Commit-Position: refs/heads/master@{#293022}
  • Loading branch information
ernstm authored and Commit bot committed Sep 2, 2014
1 parent 104c3d6 commit f60ff9c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion gpu/config/software_rendering_list_json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
"version": "9.4",
"version": "9.5",
"entries": [
{
"id": 1,
Expand Down Expand Up @@ -1098,6 +1098,15 @@ LONG_STRING_CONST(
"features": [
"gpu_rasterization"
]
},
{
"id": 100,
"description": "GPU rasterization is blacklisted on Nexus 10",
"cr_bugs": [407144],
"machine_model_name": ["Nexus 10"],
"features": [
"gpu_rasterization"
]
}
]
}
Expand Down

0 comments on commit f60ff9c

Please sign in to comment.