| 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 847a58bf552d93e1038eb6b05687eaa8d33322c8..29d9f6899dc7c85c1ab764d31ac6e42af0b3b620 100644
|
| --- a/gpu/config/gpu_driver_bug_list_json.cc
|
| +++ b/gpu/config/gpu_driver_bug_list_json.cc
|
| @@ -1902,15 +1902,15 @@ LONG_STRING_CONST(
|
| },
|
| {
|
| "id": 180,
|
| - "cr_bugs": [632461],
|
| - "description": "eglCreateImageKHR fails for L8 textures on PowerVR",
|
| + "cr_bugs": [579060,632461],
|
| + "description": "eglCreateImageKHR fails for one component textures on PowerVR",
|
| "os": {
|
| "type": "android"
|
| },
|
| "gl_vendor": "Imagination.*",
|
| - "gl_renderer": "PowerVR SGX.*",
|
| + "gl_renderer": "PowerVR .*",
|
| "features": [
|
| - "avda_no_eglimage_for_luminance_tex"
|
| + "avoid_one_component_egl_images"
|
| ]
|
| },
|
| {
|
|
|