Chromium Code Reviews| 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 837d9b44e50b3c7078b9a912ead1996acfa557dc..18805d06bd7a650095de0f4ff280dbfcd7a55781 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": "8.4", |
| + "version": "8.5", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1171,6 +1171,38 @@ LONG_STRING_CONST( |
| "features": [ |
| "gpu_rasterization" |
| ] |
| + }, |
| + { |
| + "id": 97, |
| + "description": "Expanded GPU rasterization whitelist for Finch experiment", |
| + "cr_bugs": [362779], |
| + "exceptions": [ |
| + { |
| + "os": { |
| + "type": "android" |
| + }, |
| + "machine_model_name": ["Nexus 4", "Nexus 5", "Nexus 7", |
|
vangelis
2014/06/05 06:06:56
Could this entry only contain the devices that are
ajuma
2014/06/05 14:20:30
Good idea, done.
|
| + "HTC One", |
| + "C5303", "C6603", "C6903", |
| + "GT-I8262", "GT-I8552", "GT-I9195", "GT-I9300", |
| + "GT-I9500", "GT-I9505", "GT-N7100", |
| + "SAMSUNG-SCH-I337", "SCH-I545", "SGH-M919", |
| + "SM-N900", "SM-N9005", "SPH-L720", |
| + "XT907", "XT1032", "XT1033", "XT1080"] |
| + }, |
| + { |
| + "os": { |
| + "type": "android", |
| + "version": { |
| + "op": ">", |
| + "value": "4.4.3" |
| + } |
| + } |
| + } |
| + ], |
| + "features": [ |
| + "gpu_rasterization_field_trial" |
| + ] |
| } |
| ] |
| } |