| 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 d62fc51c030ad9af84db44b371c094ef8fdd6cb1..97df499c4f43439a39a8ab85581730be4324fd49 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": "7.21",
|
| + "version": "7.22",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1218,6 +1218,18 @@ LONG_STRING_CONST(
|
| "disable_discard_framebuffer"
|
| ]
|
| }
|
| + {
|
| + "id": 106,
|
| + "cr_bugs": [401470],
|
| + "description": "Certain OpenGL-ES drivers support GL_BGRA_EXT partially",
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "gl_vendor": "Qualcomm.*",
|
| + "features": [
|
| + "support_bgra_color_read_format"
|
| + ]
|
| + }
|
| ]
|
| }
|
|
|
|
|