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 f5f276d0efc583054430c85f80ee6723fbcdd994..d6894a216ae0f1c364f46314925273becd3c611b 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": "3.4", |
+ "version": "3.5", |
"entries": [ |
{ |
"id": 1, |
@@ -186,21 +186,6 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
] |
}, |
{ |
- "id": 15, |
- "description": "Some Android Qualcomm drivers falsely report GL_ANGLE_framebuffer_multisample", |
- "cr_bugs": [165736], |
- "os": { |
- "type": "android" |
- }, |
- "gl_vendor": { |
- "op": "beginwith", |
- "value": "Qualcomm" |
- }, |
- "features": [ |
- "disable_angle_framebuffer_multisample" |
- ] |
- }, |
- { |
"id": 16, |
"description": "Intel drivers on Linux appear to be buggy", |
"os": { |
@@ -710,6 +695,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"features": [ |
"texsubimage2d_faster_than_teximage2d" |
] |
+ }, |
+ { |
+ "id": 52, |
+ "description": "ES3 MSAA is broken on Qualcomm.", |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_vendor": { |
+ "op": "beginwith", |
+ "value": "Qualcomm" |
+ }, |
+ "features": [ |
+ "disable_framebuffer_multisample" |
+ ] |
} |
] |
} |