| 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 4d73ec2c8bfa5afdad032614f70a3692f97d4f98..efb4370c1ea9490a884e86e7cf217dc868b5e5be 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": "8.82",
|
| + "version": "8.83",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1899,6 +1899,19 @@ LONG_STRING_CONST(
|
| "features": [
|
| "gl_clear_broken"
|
| ]
|
| + },
|
| + {
|
| + "id": 177,
|
| + "cr_bugs": [579060],
|
| + "description": "PowerVR Rogue drivers do not support 1 component EGL images",
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_vendor": "Imagination.*",
|
| + "gl_renderer": "PowerVR Rogue.*",
|
| + "features": [
|
| + "avoid_one_component_egl_images"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|