diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-22 08:48:19 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-22 08:48:19 +0000 |
commit | 43941acc6498a71cf237c15f6eba159b9c2c915c (patch) | |
tree | a49fea533cd5ed1df06cb3994c803218435f38fc /gpu | |
parent | 3be269703398a1996d33baa3987563d09273324f (diff) | |
download | chromium_src-43941acc6498a71cf237c15f6eba159b9c2c915c.zip chromium_src-43941acc6498a71cf237c15f6eba159b9c2c915c.tar.gz chromium_src-43941acc6498a71cf237c15f6eba159b9c2c915c.tar.bz2 |
Remove compositing blacklisting of 10.7 and 10.6.
Remove irrelevant blacklisting of 10.5 (has been EOLed).
NOTRY=True
BUG=266186
Review URL: https://chromiumcodereview.appspot.com/21015008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index b7c5c5398..b3eb668 100644 --- a/gpu/config/software_rendering_list_json.cc +++ b/gpu/config/software_rendering_list_json.cc @@ -89,7 +89,7 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( { "name": "software rendering list", // Please update the version number whenever you change this file. - "version": "6.5", + "version": "6.6", "entries": [ { "id": 1, @@ -368,21 +368,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ] }, { - "id": 19, - "description": "GPU acceleration is no longer supported in Leopard.", - "cr_bugs": [87157, 130495], - "os": { - "type": "macosx", - "version": { - "op": "=", - "number": "10.5" - } - }, - "features": [ - "all" - ] - }, - { "id": 23, "description": "Mesa drivers in linux older than 7.11 are assumed to be buggy.", "os": { @@ -987,21 +972,6 @@ const char kSoftwareRenderingListJson[] = LONG_STRING_CONST( ] }, { - "id": 66, - "description": "Force compositing mode is unstable in MacOSX earlier than 10.8.", - "cr_bugs": [174101], - "os": { - "type": "macosx", - "version": { - "op": "<", - "number": "10.8" - } - }, - "features": [ - "force_compositing_mode" - ] - }, - { "id": 67, "description": "Accelerated 2D Canvas is not supported on WinXP.", "cr_bugs": [175149], |