| Index: gpu/config/gpu_driver_bug_list_json.cc
|
| diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
|
| index 07b50608aedffee7ebd9617d63bf5a23a8362995..be50d42956071c5c41e473c7ca399c0fb6df354f 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],
|
|
|