| 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 cbc4c3ee18580493912440bc914ffc8892dd62ca..041062190df9830275ba45d1ee82ebc68efa5268 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.85",
|
| + "version": "8.86",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1939,6 +1939,18 @@ LONG_STRING_CONST(
|
| "features": [
|
| "rebind_transform_feedback_before_resume"
|
| ]
|
| + },
|
| + {
|
| + "id": 180,
|
| + "description": "glTexStorage* are buggy when base mipmap level is not 0",
|
| + "cr_bugs": [640506],
|
| + "os": {
|
| + "type": "macosx"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "features": [
|
| + "reset_base_mipmap_level_before_texstorage"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|