| 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 783e5455c25f60462de368120c9f1d4eabbf24e9..fcc11923261edff42adec6913b7f6a7b1d42a3ff 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.4",
|
| + "version": "5.5",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -964,6 +964,28 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| "features": [
|
| "disable_d3d11"
|
| ]
|
| + },
|
| +) // LONG_STRING_CONST macro
|
| +// Avoid C2026 (string too big) error on VisualStudio.
|
| +LONG_STRING_CONST(
|
| + {
|
| + "id": 74,
|
| + "cr_bugs": [278606],
|
| + "description": "Testing EGL sync fences is broken on Qualcomm before Android 4.4",
|
| + "os": {
|
| + "type": "android",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "4.4"
|
| + }
|
| + },
|
| + "gl_vendor": {
|
| + "op": "beginwith",
|
| + "value": "Qualcomm"
|
| + },
|
| + "features": [
|
| + "disable_egl_khr_fence_sync"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|