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 fb6b61ee4e959b74cce7fb6e12b6fbeddc9a555b..c81ca3531b3c401396c650ab4178ce3c5a5aa502 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.13", |
| + "version": "9.14", |
| "entries": [ |
| { |
| "id": 1, |
| @@ -2181,6 +2181,42 @@ LONG_STRING_CONST( |
| "features": [ |
| "dont_remove_invariant_for_fragment_input" |
| ] |
| + }, |
| + { |
| + "id": 202, |
| + "cr_bugs": [659030], |
| + "description": "Don't create highest GL context possible on old Mesa / HW combos (intel part)", |
| + "os": { |
| + "type": "linux" |
| + }, |
| + "driver_vendor": "Mesa", |
| + "driver_version": { |
| + "op": "<", |
| + "value": "11" |
| + }, |
| + "vendor_id": "0x8086", |
| + "device_id": ["0x0102", "0x0116", "0x0126", "0x0166"], |
| + "features": [ |
| + "create_default_context" |
| + ] |
| + }, |
| + { |
| + "id": 202, |
|
Ken Russell (switch to Gerrit)
2016/11/03 21:30:02
Need different ID.
Corentin Wallez
2016/11/03 21:41:45
Done
|
| + "cr_bugs": [659030], |
| + "description": "Don't create highest GL context possible on old Mesa / HW combos (intel part)", |
|
Ken Russell (switch to Gerrit)
2016/11/03 21:30:02
(AMD part)
Corentin Wallez
2016/11/03 21:41:45
Done
|
| + "os": { |
| + "type": "linux" |
| + }, |
| + "driver_vendor": "Mesa", |
| + "driver_version": { |
| + "op": "<", |
| + "value": "11" |
| + }, |
| + "vendor_id": "0x1002", |
| + "device_id": ["0x9832"], |
| + "features": [ |
| + "create_default_context" |
| + ] |
| } |
| ] |
| // Please update the version number at beginning of this file whenever you |