| 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 4c0e060021f1ebe30d4c61b8aaa8ff4a8ce16e24..c13227506967ad6c97b1de937b79e19772a3d728 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": "3.7",
|
| + "version": "3.8",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -386,14 +386,14 @@ const char kGpuDriverBugListJson[] = LONG_STRING_CONST(
|
| {
|
| "id": 31,
|
| "cr_bugs": [154715, 10068, 269829, 294779, 285292],
|
| - "description": "The Mali T-6xx driver does not guarantee flush ordering.",
|
| + "description": "The Mali-Txxx driver does not guarantee flush ordering.",
|
| "gl_vendor": {
|
| "op": "beginwith",
|
| "value": "ARM"
|
| },
|
| "gl_renderer": {
|
| "op": "beginwith",
|
| - "value": "Mali-T6"
|
| + "value": "Mali-T"
|
| },
|
| "features": [
|
| "use_virtualized_gl_contexts"
|
|
|