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 b447c1a886013823a18ad14eff4ab73b8203741d..80147469366f25d581ea0b28c7cb957dfd272c24 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": "7.11", |
+ "version": "7.12", |
"entries": [ |
{ |
"id": 1, |
@@ -1081,6 +1081,17 @@ LONG_STRING_CONST( |
"features": [ |
"gl_clear_broken" |
] |
+ }, |
+ { |
+ "id": 96, |
+ "description": "glBindFramebuffer sometimes requires a glBegin/End to take effect", |
+ "cr_bugs": [435786], |
+ "os": { |
+ "type": "macosx" |
+ }, |
+ "features": [ |
+ "gl_begin_gl_end_on_fbo_change_to_backbuffer" |
+ ] |
} |
] |
} |