diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-05 16:33:00 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-05 16:33:00 +0000 |
commit | f279404beeb0f87568a0862a741e11ed1cee0a3f (patch) | |
tree | 987a5d49b08436ec7f99e7b960c07b7cd49ef342 /gpu | |
parent | 371ca394acf9522d0dd2ba0087d6cabf40c22ac9 (diff) | |
download | chromium_src-f279404beeb0f87568a0862a741e11ed1cee0a3f.zip chromium_src-f279404beeb0f87568a0862a741e11ed1cee0a3f.tar.gz chromium_src-f279404beeb0f87568a0862a741e11ed1cee0a3f.tar.bz2 |
Revert 221240 "Remove compositing blacklisting of 10.7 and 10.6."
> Remove compositing blacklisting of 10.7 and 10.6.
>
> Also disable vsync to see if this improves performance.
>
> BUG=266186
> TBR=kbr@chromium.org, zmo@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/23477037
TBR=ccameron@chromium.org
Review URL: https://codereview.chromium.org/23537025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221446 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/software_rendering_list_json.cc | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/gpu/config/software_rendering_list_json.cc b/gpu/config/software_rendering_list_json.cc index 23fd9de..15cc66d 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.8", + "version": "6.9", "entries": [ { "id": 1, @@ -987,6 +987,21 @@ 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], |