| 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 6f1d3d9f64f0d6567b0a8f99ff0dd87436acbcb2..4bbcdc5ed12f2b1e78366175a1ff7bc87f816600 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": "7.6",
|
| + "version": "7.7",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1131,6 +1131,21 @@ LONG_STRING_CONST(
|
| "features": [
|
| "all"
|
| ]
|
| + },
|
| + {
|
| + "id": 96,
|
| + "description": "GPU rasterization causes crashes on Galaxy Nexus",
|
| + "cr_bugs": [363783],
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_vendor": {
|
| + "op": "beginwith",
|
| + "value": "Imagination"
|
| + },
|
| + "features": [
|
| + "gpu_rasterization"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|