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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 241223004: Enable GPU rasterization by default on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also whitelist N7 and MotoX 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
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..b5d9bab5abe945af43c6fe89500c63e49d83c1fa 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,104 @@ LONG_STRING_CONST(
"features": [
"all"
]
+ },
+ {
+ "id": 96,
+ "description": "GPU rasterization is whitelisted on N4, N5, N7 and Moto X",
+ "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"
+ }
+ }
+ }
+ ],
+ "features": [
+ "gpu_rasterization"
+ ]
}
]
}
« content/browser/gpu/compositor_util.cc ('K') | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698