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

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: Whitelist N4, N5 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 | « content/browser/gpu/compositor_util.cc ('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 6f1d3d9f64f0d6567b0a8f99ff0dd87436acbcb2..6a94b2ae1d7cda87348d9422b50780baaf7c8ffe 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,32 @@ 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 5"
+ }
+ },
Zhenyao Mo 2014/04/17 22:12:25 remove ","
ajuma 2014/04/17 22:33:36 Done.
+ },
+ {
+ "machine_model": {
+ "name": {
+ "op": "=",
+ "value": "Nexus 4"
+ }
+ },
Zhenyao Mo 2014/04/17 22:12:25 remove ","
ajuma 2014/04/17 22:33:36 Done.
+ }
+ ],
+ "features": [
+ "gpu_rasterization"
+ ]
}
]
}
« no previous file with comments | « content/browser/gpu/compositor_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698