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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 241793002: Fix machine_model behaviors in gpu blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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_info_collector_mac.mm ('k') | gpu/gpu.gyp » ('j') | 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 b5d9bab5abe945af43c6fe89500c63e49d83c1fa..4f21182954f1a42dc3ae7f3f13a4614f6815cbb9 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.7",
+ "version": "8.0",
"entries": [
{
"id": 1,
@@ -949,12 +949,7 @@ LONG_STRING_CONST(
"value": "4.1.2"
}
},
- "machine_model": {
- "name": {
- "op": "=",
- "value": "GT-N7100"
- }
- },
+ "machine_model_name": ["GT-N7100"],
"features": [
"accelerated_video_decode"
]
@@ -966,12 +961,7 @@ LONG_STRING_CONST(
"os": {
"type": "android"
},
- "machine_model": {
- "name": {
- "op": "=",
- "value": "SCH-I545"
- }
- },
+ "machine_model_name": ["SCH-I545"],
"features": [
"accelerated_video_decode"
]
@@ -1138,92 +1128,9 @@ LONG_STRING_CONST(
"cr_bugs": [362779],
"exceptions": [
{
- "machine_model": {
- "name": {
- "op": "=",
- "value": "Nexus 4"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "Nexus 5"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "Nexus 7"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1049"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1050"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1052"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1053"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1055"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1056"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1058"
- }
- }
- },
- {
- "machine_model": {
- "name": {
- "op": "=",
- "value": "XT1060"
- }
- }
+ "machine_model_name": ["Nexus 4", "Nexus 5", "Nexus 7",
+ "XT1049", "XT1050", "XT1052", "XT1053",
+ "XT1055", "XT1056", "XT1058", "XT1060"]
}
],
"features": [
« no previous file with comments | « gpu/config/gpu_info_collector_mac.mm ('k') | gpu/gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698