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 26be95284680f5600e6dfa263c066857ab233624..382bcbae7a3f30a9ff2d0f82fda955c233ccc80d 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.14", |
+ "version": "7.15", |
"entries": [ |
{ |
"id": 1, |
@@ -1118,6 +1118,22 @@ LONG_STRING_CONST( |
"features": [ |
"use_non_zero_size_for_client_side_stream_buffers" |
] |
+ }, |
+ { |
+ "id": 99, |
+ "description": "Qualcomm driver before Lollipop deletes egl sync objects after context destruction", |
+ "cr_bugs": [453857], |
+ "os": { |
+ "type": "android", |
+ "version": { |
+ "op": "<", |
+ "value": "5.0.0" |
+ } |
+ }, |
+ "gl_vendor": "Qualcomm.*", |
+ "features": [ |
+ "ignore_egl_sync_failures" |
+ ] |
} |
] |
} |