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 10ebeea7a62be59f06f80f6cf6dbf3aef8db8611..cbc4c3ee18580493912440bc914ffc8892dd62ca 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.84", |
+ "version": "8.85", |
"entries": [ |
{ |
"id": 1, |
@@ -1927,6 +1927,18 @@ LONG_STRING_CONST( |
"features": [ |
"disable_blend_equation_advanced" |
] |
+ }, |
+ { |
+ "id": 179, |
+ "description": "glResumeTransformFeedback works incorrectly on Intel GPUs", |
+ "cr_bugs": [638514], |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "vendor_id": "0x8086", |
+ "features": [ |
+ "rebind_transform_feedback_before_resume" |
+ ] |
} |
] |
} |