Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 313703002: Expand GPU rasterization device whitelist for Finch experiment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_feature_type.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
+ ]
}
]
}
« no previous file with comments | « gpu/config/gpu_feature_type.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698