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

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: --enable-bleeding-edge-rendering-fast-paths should not bypass blacklist 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..4bbcdc5ed12f2b1e78366175a1ff7bc87f816600 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,21 @@ LONG_STRING_CONST(
"features": [
"all"
]
+ },
+ {
+ "id": 96,
+ "description": "GPU rasterization causes crashes on Galaxy Nexus",
+ "cr_bugs": [363783],
+ "os": {
+ "type": "android"
+ },
+ "gl_vendor": {
+ "op": "beginwith",
+ "value": "Imagination"
+ },
+ "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