From be6f1d02f3f784594642929dff289dae33014d56 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Sun, 3 Apr 2016 17:46:59 +0200 Subject: [PATCH] Remove accelerated Canvas support from blacklist Together with the --gpu-no-context-lost command line switch, this patch is necessary to enable hardware accelerated 2D canvas rendering when using EGL. Note the implications on the behavior of Canvas, in particular with lost contexts, as discussed here: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-September/206450.html Upstream-Status: Inappropiate [see link above] --- gpu/config/software_rendering_list_json.cc | 16 ---------------- 1 file changed, 16 deletions(-) diff -ur chromium-54.0.2810.2__ORIG/gpu/config/software_rendering_list_json.cc chromium-54.0.2810.2/gpu/config/software_rendering_list_json.cc --- chromium-54.0.2810.2__ORIG/gpu/config/software_rendering_list_json.cc 2016-07-28 18:15:59.000000000 -0400 +++ chromium-54.0.2810.2/gpu/config/software_rendering_list_json.cc 2017-04-04 02:41:46.392585893 -0400 @@ -247,26 +247,6 @@ ] }, { - "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], -- 2.5.0