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 dadab80d052e346ea801d95a0306c267f1eaf044..ff3bea913c666fd64216f20c62b7033ea23c416d 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": "9.01", |
+ "version": "9.02", |
"entries": [ |
{ |
"id": 1, |
@@ -1997,42 +1997,6 @@ LONG_STRING_CONST( |
"features": [ |
"disable_post_sub_buffers_for_onscreen_surfaces" |
] |
- }, |
- { |
- "id": 191, |
- "cr_bugs": [659030], |
- "description": "Don't create highest GL context possible on old Mesa / HW combos (intel part)", |
- "os": { |
- "type": "linux" |
- }, |
- "driver_vendor": "Mesa", |
- "driver_version": { |
- "op": "<", |
- "value": "11" |
- }, |
- "vendor_id": "0x8086", |
- "device_id": ["0x0102", "0x0116", "0x0126", "0x0166"], |
- "features": [ |
- "create_default_gl_context" |
- ] |
- }, |
- { |
- "id": 192, |
- "cr_bugs": [659030], |
- "description": "Don't create highest GL context possible on old Mesa / HW combos (AMD part)", |
- "os": { |
- "type": "linux" |
- }, |
- "driver_vendor": "Mesa", |
- "driver_version": { |
- "op": "<", |
- "value": "11" |
- }, |
- "vendor_id": "0x1002", |
- "device_id": ["0x9832"], |
- "features": [ |
- "create_default_gl_context" |
- ] |
} |
] |
} |