| 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 172aca0a46a4fc5b69369b82e6c648e1bb380243..f9b9191586c6b198ecf24677d28a23b869fb1252 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.24",
|
| + "version": "7.25",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1253,6 +1253,16 @@ LONG_STRING_CONST(
|
| "avoid_egl_image_target_texture_reuse",
|
| "disable_egl_khr_wait_sync"
|
| ]
|
| + },
|
| + {
|
| + "id": 108,
|
| + "cr_bugs": [449150],
|
| + "description": "Mali-400 does not support GL_RGB format",
|
| + "gl_vendor": "ARM.*",
|
| + "gl_renderer": ".*Mali-400.*",
|
| + "features": [
|
| + "disable_gl_rgb_format"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|