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 096cf5328899779c9766a37cc5e89b6e32d72830..bfee0b59297161e8392ce06e1dcce416a4d91829 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.83", |
+ "version": "8.84", |
"entries": [ |
{ |
"id": 1, |
@@ -1910,6 +1910,18 @@ LONG_STRING_CONST( |
"features": [ |
"get_frag_data_info_bug" |
] |
+ }, |
+ { |
+ "id": 178, |
+ "description": "glResumeTransformFeedback works incorrectly on Intel GPUs", |
+ "cr_bugs": [638514], |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "vendor_id": "0x8086", |
+ "features": [ |
+ "use_transform_feedback_temp_unbind" |
Ken Russell (switch to Gerrit)
2016/08/19 00:13:36
How about "rebind_before_resume_transform_feedback
jchen10
2016/08/19 01:34:43
Or "rebind_transform_feedback_before_resume"?
Ken Russell (switch to Gerrit)
2016/08/19 01:39:25
Sounds fine.
|
+ ] |
} |
] |
} |