| 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 31eb43900884b818d555478188a761bb39a32a6c..3858662bff8e4e617f03841862f241fe57070f34 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.87",
|
| + "version": "8.88",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1943,6 +1943,19 @@ LONG_STRING_CONST(
|
| "features": [
|
| "rebind_transform_feedback_before_resume"
|
| ]
|
| + },
|
| + {
|
| + "id": 180,
|
| + "cr_bugs": [632461],
|
| + "description": "eglCreateImageKHR fails for L8 textures on PowerVR",
|
| + "os": {
|
| + "type": "android"
|
| + },
|
| + "gl_vendor": "Imagination.*",
|
| + "gl_renderer": "PowerVR SGX.*",
|
| + "features": [
|
| + "avda_no_eglimage_for_luminance_tex"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|