diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-07 08:18:37 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-07 08:18:37 +0000 |
commit | c2205c51d107160707f06e9deeb786342d35231a (patch) | |
tree | 4320727315ee3275a9f35b112e26536b5ea9b6ae /gpu | |
parent | 6929154213ec00236e4e123d63ff1f88f458391e (diff) | |
download | chromium_src-c2205c51d107160707f06e9deeb786342d35231a.zip chromium_src-c2205c51d107160707f06e9deeb786342d35231a.tar.gz chromium_src-c2205c51d107160707f06e9deeb786342d35231a.tar.bz2 |
Delete non-CoreAnimation code in RWHVMac
This is dead code now, and is just getting in the way. The non-CA code
in ui/cocoa may still be useful for reference and debugging for a little
longer, but this stuff is way past that point.
BUG=
Review URL: https://codereview.chromium.org/311263003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/config/gpu_driver_bug_list_json.cc | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc index 07b5060..be50d42 100644 --- a/gpu/config/gpu_driver_bug_list_json.cc +++ b/gpu/config/gpu_driver_bug_list_json.cc @@ -19,7 +19,7 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( { "name": "gpu driver bug list", // Please update the version number whenever you change this file. - "version": "5.9", + "version": "6.0", "entries": [ { "id": 1, @@ -860,24 +860,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( ] }, { - "id": 67, - "description": "Force glFinish() after compositing on Mavericks on Intel GPU", - // TODO(ccameron): Get rid of this when we move to CoreAnimation. - "cr_bugs": [318877], - "os": { - "type": "macosx", - "version": { - "op": ">=", - "value": "10.9" - } - }, - "vendor_id": "0x8086", - "multi_gpu_category": "active", - "features": [ - "force_gl_finish_after_compositing" - ] - }, - { "id": 68, "description": "Disable partial swaps on linux drivers", "cr_bugs": [339493], |