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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2697613002: Blacklist Mali-4* on Linux for accelerated 2d canvas (Closed)
Patch Set: Created 3 years, 10 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 55bcef1b301c07659d2fd928eb0f85ab09da3cfe..05dc6c27e6e0224c21626537114a11f281169401 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": "12.10",
+ "version": "12.11",
"entries": [
{
"id": 1,
@@ -1462,6 +1462,18 @@ LONG_STRING_CONST(
"features": [
"all"
]
+ },
+ {
+ "id": 132,
+ "description": "Mali accelerated 2d canvas is slow on Linux",
+ "cr_bugs": [691601],
+ "os": {
+ "type": "linux"
+ },
+ "gl_renderer": "Mali-4.*",
+ "features": [
+ "accelerated_2d_canvas"
+ ]
}
]
}
« 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