| 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 32d0ceb5dc99fc306855596433c51ad91aeced96..aa3ae04d72a1b746a139fda3a196804f7d4b8f00 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.62",
|
| + "version": "8.63",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1071,17 +1071,6 @@ LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| - "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"
|
| - ]
|
| - },
|
| - {
|
| "id": 97,
|
| "description": "Multisampling has poor performance in Intel BayTrail",
|
| "cr_bugs": [443517],
|
|
|