| 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 7f63c19b410f5c53481d24b42d15f14f3e5b81c4..8d922e2ab502dd18aaf88fcb38c438a9fdaa8f6a 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.56",
|
| + "version": "8.57",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1836,19 +1836,31 @@ LONG_STRING_CONST(
|
| "type": "macosx"
|
| },
|
| "exceptions": [
|
| - {
|
| - "os": {
|
| - "type": "macosx",
|
| - "version": {
|
| - "op": ">=",
|
| - "value": "10.9"
|
| - }
|
| - }
|
| - }
|
| - ],
|
| + {
|
| + "os": {
|
| + "type": "macosx",
|
| + "version": {
|
| + "op": ">=",
|
| + "value": "10.9"
|
| + }
|
| + }
|
| + }
|
| + ],
|
| "features": [
|
| "iosurface_readback_workaround"
|
| ]
|
| + },
|
| + {
|
| + "id": 155,
|
| + "cr_bugs": [597794],
|
| + "description": "Seamless cubemap does not work for Mac Intel",
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "disable_texture_cube_map_seamless"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|