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 8b5e326ac9f6632b4d5c4deb75ef2bb4880f2203..4e8d3dc551ad8c8553677cc76fba7d118a8d35e3 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": "5.6", |
+ "version": "5.7", |
"entries": [ |
{ |
"id": 1, |
@@ -1009,6 +1009,21 @@ LONG_STRING_CONST( |
"features": [ |
"disable_multisampling" |
] |
+ }, |
+ { |
+ "id": 76, |
+ "cr_bugs": [371530], |
+ "description": "Testing EGL sync fences is broken on IMG", |
+ "os": { |
+ "type": "android" |
+ }, |
+ "gl_vendor": { |
+ "op": "beginwith", |
+ "value": "Imagination Technologies" |
+ }, |
+ "features": [ |
+ "disable_egl_khr_fence_sync" |
+ ] |
} |
] |
} |