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

Unified Diff: gpu/config/software_rendering_list_json.cc

Issue 2254293002: Allow 2D canvases to be GPU accelerated on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 440fd81da069b615dced178e30c6502016408d59..29edd2cd2fd85d0df2f8f2313d547550a82e006f 100644
--- a/gpu/config/software_rendering_list_json.cc
+++ b/gpu/config/software_rendering_list_json.cc
@@ -247,26 +247,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST(
]
},
{
- "id": 24,
- "description": "Accelerated 2d canvas is unstable in Linux at the moment",
- "os": {
- "type": "linux"
- },
- "exceptions": [
- {
- "gl_vendor": "Vivante Corporation",
- "gl_renderer": "Vivante GC1000"
- },
- {
- "gl_vendor": "ARM",
- "gl_renderer": "Mali-4.*"
- }
- ],
- "features": [
- "accelerated_2d_canvas"
- ]
- },
- {
"id": 27,
"description": "ATI/AMD cards with older drivers in Linux are crash-prone",
"cr_bugs": [95934, 94973, 136240, 357314],
« 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