| 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 6b45f16dcb8c41f7928f5993e7807afbafcc9056..c7ea49bcbf09106fb4c09cb57b04327a7ec8137b 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": "9.37",
|
| + "version": "9.38",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -2356,22 +2356,6 @@ LONG_STRING_CONST(
|
| ]
|
| },
|
| {
|
| - "id": 218,
|
| - "description": "Certain Adreno 4xx and 5xx drivers often crash in glProgramBinary.",
|
| - "cr_bugs": [699122],
|
| - "os": {
|
| - "type": "android"
|
| - },
|
| - "driver_version": {
|
| - "op": ">=",
|
| - "value": "103.0"
|
| - },
|
| - "gl_renderer": "Adreno \\(TM\\) [45].*",
|
| - "features": [
|
| - "disable_program_disk_cache"
|
| - ]
|
| - },
|
| - {
|
| "id": 219,
|
| "description": "Zero-copy DXGI video hangs or displays incorrect colors on AMD drivers",
|
| "cr_bugs": [623029],
|
|
|