Chromium Code Reviews| 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 2f39568c92f7f68c229f63dcf00354538964aa8f..6b93df461ba05c4bb975a586e392d6950d66a602 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.25", |
| + "version": "9.26", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -1739,7 +1739,11 @@ LONG_STRING_CONST( |
| "description": "Mac Drivers store texture level parameters on int16_t that overflow", |
| "cr_bugs": [610153], |
| "os": { |
| - "type": "macosx" |
| + "type": "macosx", |
| + "version": { |
| + "op": "<", |
| + "value": "10.12.2" |
|
Ken Russell (switch to Gerrit)
2016/12/22 00:44:23
Do we understand these OS versions with "dot-dot"
Zhenyao Mo
2016/12/22 00:45:36
Yes and Yes.
|
| + } |
| }, |
| "features": [ |
| "use_shadowed_tex_level_params" |