| 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 820d65233d663e4556447d5f6e2b1fb2611828b8..0219d67c00fe55ae153a92fb97d9310d625210a0 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": "8.60",
|
| + "version": "8.61",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1897,6 +1897,21 @@ LONG_STRING_CONST(
|
| "disabled_extensions": [
|
| "EGL_KHR_fence_sync"
|
| ]
|
| + },
|
| + {
|
| + "id": 158,
|
| + "description": "IOSurface use becomes pathologically slow over time on 10.10.",
|
| + "cr_bugs": [580616],
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": "=",
|
| + "value": "10.10"
|
| + }
|
| + },
|
| + "features": [
|
| + "disable_overlay_ca_layers"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|