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 7f737409bab86b26db85ca4f3052b6de453d8bd0..2d5e4c1da1641f99a6e44ea8be86a6c5435e81ba 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.3", |
+ "version": "3.4", |
"entries": [ |
{ |
"id": 1, |
@@ -696,6 +696,20 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST( |
"features": [ |
"release_image_after_use" |
] |
+ }, |
+ { |
+ "id": 51, |
+ "description": "ES3 MSAA is broken on Qualcomm.", |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_vendor": { |
+ "op": "beginwith", |
+ "value": "Qualcomm" |
+ }, |
+ "features": [ |
+ "disable_framebuffer_multisample" |
Ken Russell (switch to Gerrit)
2013/11/14 01:18:37
Is this the best name for this workaround? Can it
Sami
2013/11/14 15:48:53
Could you also add a sentence or two to the commit
|
+ ] |
} |
] |
} |