From d1cbd6435545cc5cdcf88954de7fa9e7bf9537ae Mon Sep 17 00:00:00 2001 From: "karen@chromium.org" Date: Thu, 17 Oct 2013 04:57:58 +0000 Subject: Software compositor everywhere Review URL: https://codereview.chromium.org/27653003 git-svn-id: svn://svn.chromium.org/chrome/branches/1673/src@229053 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/config/software_rendering_list_json.cc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index a454ded..d5bc816 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": "6.12", + "version": "6.13", "entries": [ { "id": 1, @@ -1169,6 +1169,17 @@ LONG_STRING_CONST( "features": [ "force_compositing_mode" ] + }, + { + "id": 80, + "description": "Forcing the software compositor everywhere. Don't panic, your GPU will be back tomorrow!", + "cr_bugs": [308255], + "os": { + "type": "win" + }, + "features": [ + "all" + ] } ] } -- cgit v1.1