| 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..e281deb104e6ddf07da22a8686fda5d76c00a2d1 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_gl_context"
|
| + ]
|
| + },
|
| + {
|
| + "id": 203,
|
| + "cr_bugs": [659030],
|
| + "description": "Don't create highest GL context possible on old Mesa / HW combos (AMD part)",
|
| + "os": {
|
| + "type": "linux"
|
| + },
|
| + "driver_vendor": "Mesa",
|
| + "driver_version": {
|
| + "op": "<",
|
| + "value": "11"
|
| + },
|
| + "vendor_id": "0x1002",
|
| + "device_id": ["0x9832"],
|
| + "features": [
|
| + "create_default_gl_context"
|
| + ]
|
| }
|
| ]
|
| // Please update the version number at beginning of this file whenever you
|
|
|