| Index: gpu/config/gpu_driver_bug_list.json
|
| diff --git a/gpu/config/gpu_driver_bug_list.json b/gpu/config/gpu_driver_bug_list.json
|
| index 94e7e53ab1922e0fc887fa44f75ffd5c19a780c4..3707d7a05528e9995b799ef83251ec4718d09aaf 100644
|
| --- a/gpu/config/gpu_driver_bug_list.json
|
| +++ b/gpu/config/gpu_driver_bug_list.json
|
| @@ -2384,6 +2384,59 @@
|
| ]
|
| },
|
| {
|
| + "id": 224,
|
| + "description": "VPx decoding isn't supported before Windows 10 anniversary update.",
|
| + "cr_bugs": [616318],
|
| + "os": {
|
| + "type": "win",
|
| + "version": {
|
| + "op": "<",
|
| + "value": "10.0.14393"
|
| + }
|
| + },
|
| + "features": [
|
| + "disable_accelerated_vpx_decode"
|
| + ]
|
| + },
|
| + {
|
| + "id": 225,
|
| + "description": "VPx decoding is too slow on Intel Broadwell, Skylake, and CherryView",
|
| + "cr_bugs": [616318],
|
| + "os": {
|
| + "type": "win"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "device_id": ["0x1602", "0x1606", "0x160a", "0x160b", "0x160d",
|
| + "0x160e", "0x1612", "0x1616", "0x161a", "0x161b",
|
| + "0x161d", "0x161e", "0x1622", "0x1626", "0x162a",
|
| + "0x162b", "0x162d", "0x162e", "0x22b0", "0x22b1",
|
| + "0x22b2", "0x22b3", "0x1902", "0x1906", "0x190a",
|
| + "0x190b", "0x190e", "0x1912", "0x1913", "0x1915",
|
| + "0x1916", "0x1917", "0x191a", "0x191b", "0x191d",
|
| + "0x191e", "0x1921", "0x1923", "0x1926", "0x1927",
|
| + "0x192a", "0x192b", "0x192d", "0x1932", "0x193a",
|
| + "0x193b", "0x193d"],
|
| + "features": [
|
| + "disable_accelerated_vpx_decode"
|
| + ]
|
| + },
|
| + {
|
| + "id": 226,
|
| + "description": "Accelerated VPx decoding is hanging on some videos.",
|
| + "cr_bugs": [654111],
|
| + "os": {
|
| + "type": "win"
|
| + },
|
| + "vendor_id": "0x8086",
|
| + "driver_version": {
|
| + "op": "<",
|
| + "value": "21.20.16.4542"
|
| + },
|
| + "features": [
|
| + "disable_accelerated_vpx_decode"
|
| + ]
|
| + },
|
| + {
|
| "id": 229,
|
| "description": "Overlay sizes bigger than screen aren't accelerated on some Intel drivers",
|
| "cr_bugs": [720059],
|
|
|