| 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 dc2c7a8a67a7573da35f2cac410e24f3d94213d6..42cfd2242f28c074beeb9a1fd5dc14b6eb996479 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.29",
|
| + "version": "9.30",
|
| "entries": [
|
| {
|
| "id": 1,
|
| @@ -1176,22 +1176,6 @@ LONG_STRING_CONST(
|
| "disabled_extensions": ["GL_NV_path_rendering"]
|
| },
|
| {
|
| - "id": 124,
|
| - "description": "Certain Adreno 4xx and 5xx drivers often crash in glProgramBinary.",
|
| - "cr_bugs": [486117, 598060],
|
| - "os": {
|
| - "type": "android"
|
| - },
|
| - "driver_version": {
|
| - "op": ">=",
|
| - "value": "103.0"
|
| - },
|
| - "gl_renderer": "Adreno \\(TM\\) [45].*",
|
| - "features": [
|
| - "disable_program_disk_cache"
|
| - ]
|
| - },
|
| - {
|
| "id": 125,
|
| "description": "glFinish doesn't clear caches on Android",
|
| "cr_bugs": [509727],
|
|
|