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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 895673004: Revert of Unify GPU raster and accelerated canvas blacklists on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | 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 683b0336b46f61a4e99fdb72eca90a300247c7dc..b82205644e4b13a8cda32f181034031de00085a3 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -18,7 +18,7 @@
{
"name": "software rendering list",
// Please update the version number whenever you change this file.
- "version": "9.17",
+ "version": "9.16",
"entries": [
{
"id": 1,
@@ -621,6 +621,22 @@
]
},
{
+ "id": 62,
+ "description": "Accelerated 2D canvas buggy on old Qualcomm Adreno",
+ "cr_bugs": [161575],
+ "os": {
+ "type": "android"
+ },
+ "gl_renderer": ".*Adreno.*",
+ "driver_version": {
+ "op": "<",
+ "value": "4.1"
+ },
+ "features": [
+ "accelerated_2d_canvas"
+ ]
+ },
+ {
"id": 64,
"description": "Hardware video decode is only supported in win7+",
"cr_bugs": [159458],
@@ -1019,7 +1035,7 @@
},
{
"id": 96,
- "description": "Blacklist GPU raster/canvas on all except known good GPUs and newer Android releases",
+ "description": "GPU rasterization whitelist",
"cr_bugs": [362779,424970],
"os": {
"type": "android"
@@ -1074,8 +1090,7 @@
}
],
"features": [
- "gpu_rasterization",
- "accelerated_2d_canvas"
+ "gpu_rasterization"
]
},
{
@@ -1095,12 +1110,11 @@
},
{
"id": 100,
- "description": "GPU rasterization and canvas is blacklisted on Nexus 10",
+ "description": "GPU rasterization is blacklisted on Nexus 10",
"cr_bugs": [407144],
"gl_renderer": ".*Mali-T604.*",
"features": [
- "gpu_rasterization",
- "accelerated_2d_canvas"
+ "gpu_rasterization"
]
},
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698