| Index: gpu/config/software_rendering_list_json.cc
|
| diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc
|
| index 1de3bbc3bfb5e17ffa8be048edabc6c58290e5cb..dbec4bdd97fea2e0d5588dc7ea070112957b1b44 100644
|
| --- a/gpu/config/software_rendering_list_json.cc
|
| +++ b/gpu/config/software_rendering_list_json.cc
|
| @@ -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,
|
| @@ -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"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|