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

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: Remove already-whitelisted devices from field trial whitelist 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..36348b57738bcc9ecf8f1b80d88f78bdb79e7975 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,28 @@ LONG_STRING_CONST(
"features": [
"gpu_rasterization"
]
+ },
+ {
+ "id": 97,
+ "description": "Additional GPU rasterization whitelist for field trial",
+ "cr_bugs": [380694],
+ "exceptions": [
+ {
+ "os": {
+ "type": "android"
+ },
+ "machine_model_name": ["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"]
+ }
+ ],
+ "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