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 28b784e612d66af4d02e1a3e64b5d3931de5fcca..47f218d538a89babbbdb0c1c16163ca99a1ce137 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.15", |
| + "version": "9.16", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2181,6 +2181,33 @@ LONG_STRING_CONST( |
| "features": [ |
| "dont_remove_invariant_for_fragment_input" |
| ] |
| + }, |
| + { |
| + "id": 202, |
| + "cr_bugs": [639760,641129], |
| + "description": "Mac driver GL 4.1 requires invariant and centroid match between shaders", |
|
Ken Russell (switch to Gerrit)
2016/11/11 02:01:11
"match" -> "to match" here and below.
Zhenyao Mo
2016/11/11 02:32:04
Done.
|
| + "os": { |
| + "type": "macosx" |
| + }, |
| + "features": [ |
| + "remove_invariant_and_centroid_for_essl3" |
| + ] |
| + }, |
| + { |
| + "id": 203, |
| + "cr_bugs": [639760,641129], |
| + "description": "Mesa driver GL 3.3 requires invariant and centroid match between shaders", |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "driver_vendor": "Mesa", |
| + "gl_version": { |
| + "op": "=", |
| + "value": "3.3" |
| + }, |
| + "features": [ |
| + "remove_invariant_and_centroid_for_essl3" |
| + ] |
| } |
| ] |
| // Please update the version number at beginning of this file whenever you |