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 9bfaa3e05384e96727f5265843559b126b95e19d..51a6375b187c217cdb37f5c600eef89d19a40718 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.12", |
| + "version": "9.13", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2169,6 +2169,18 @@ LONG_STRING_CONST( |
| "features": [ |
| "disable_es3_gl_context" |
| ] |
| + }, |
| + { |
| + "id": 201, |
| + "cr_bugs": [659326], |
| + "description": "AMD drivers in Linux require invariant must match between vertex and fragment shader", |
|
Ken Russell (switch to Gerrit)
2016/10/27 23:25:47
"invariant must match" -> "invariant qualifier to
|
| + "os": { |
| + "type": "linux" |
| + }, |
| + "vendor_id": "0x1002", |
| + "features": [ |
| + "dont_remove_invariant_for_fragment_input" |
| + ] |
| } |
| ] |
| // Please update the version number at beginning of this file whenever you |