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 e91ada868a323f8c6cae7c270e36bb183cc0f055..a65eef8c24635d2cb42fb0552de6c03cf97397a0 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.32", |
+ "version": "8.33", |
"entries": [ |
{ |
"id": 1, |
@@ -1596,6 +1596,17 @@ LONG_STRING_CONST( |
"disable_overlay_ca_layers", |
"disable_post_sub_buffers_for_onscreen_surfaces" |
] |
+ }, |
+ { |
+ "id": 136, |
+ "description": "glGenerateMipmap fails if the zero texture level is not set on some Mac drivers", |
+ "cr_bugs": [560499], |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "features": [ |
+ "set_zero_level_before_generating_mipmap" |
+ ] |
} |
] |
} |