| 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 dfebf2b6e230ec1e8668c21460dc62d11646a187..e3c6541b9161c4dcb42ba152e081a4aa039a103c 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.17",
|
| + "version": "7.18",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1176,6 +1176,16 @@ LONG_STRING_CONST(
|
| "features": [
|
| "unbind_attachments_on_bound_render_fbo_delete"
|
| ]
|
| + },
|
| + {
|
| + "id": 103,
|
| + "cr_bugs": [449150],
|
| + "description": "Mali-400 does not support GL_RGB format",
|
| + "gl_vendor": "ARM.*",
|
| + "gl_renderer": ".*Mali-400.*",
|
| + "features": [
|
| + "disable_gl_rgb_format"
|
| + ]
|
| }
|
| ]
|
| }
|
|
|