diff options
author | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 23:08:33 +0000 |
---|---|---|
committer | zmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-29 23:08:33 +0000 |
commit | 8860816181cf69a76772d0d4c0dd5be17f5a436b (patch) | |
tree | bd0557fe7a9ffe1b2592b71bbd81ce5c6939853f /content | |
parent | a386838ae26a88256bd22430439248197d400239 (diff) | |
download | chromium_src-8860816181cf69a76772d0d4c0dd5be17f5a436b.zip chromium_src-8860816181cf69a76772d0d4c0dd5be17f5a436b.tar.gz chromium_src-8860816181cf69a76772d0d4c0dd5be17f5a436b.tar.bz2 |
Disabling multisampling on Mac with NVIDIA GPUs.
BUG=137303
TEST=content_unittests
Review URL: https://codereview.chromium.org/11340022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r-- | content/browser/gpu/software_rendering_list.json | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/content/browser/gpu/software_rendering_list.json b/content/browser/gpu/software_rendering_list.json index f63ec99..e9837c1 100644 --- a/content/browser/gpu/software_rendering_list.json +++ b/content/browser/gpu/software_rendering_list.json @@ -74,7 +74,7 @@ { "name": "software rendering list", // Please update the version number whenever you change this file. - "version": "4.1", + "version": "4.2", "entries": [ { "id": 1, @@ -904,6 +904,19 @@ "blacklist": [ "all" ] + }, + { + "id": 60, + "description": "Multisampling is buggy on Mac with NVIDIA gpu.", + "cr_bugs": [137303], + "os": { + "type": "macosx" + }, + "multi_gpu_category": "any", + "vendor_id": "0x10de", + "blacklist": [ + "multisampling" + ] } ] } |