Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: gpu/config/software_rendering_list.json

Issue 2682723003: Make disabling accelerated VPX decoding a GPU driver bug workaround. (Closed)
Patch Set: rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/config/gpu_feature_type.h ('k') | gpu/ipc/service/gpu_channel_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/software_rendering_list.json
diff --git a/gpu/config/software_rendering_list.json b/gpu/config/software_rendering_list.json
index c8a649de99581f420ffb223bff02da06289c7012..220f8539622d064db8f68b1bcec6996e0ec35a3f 100644
--- a/gpu/config/software_rendering_list.json
+++ b/gpu/config/software_rendering_list.json
@@ -1,6 +1,6 @@
{
"name": "software rendering list",
- "version": "13.5",
+ "version": "13.6",
"entries": [
{
"id": 1,
@@ -1160,43 +1160,6 @@
]
},
{
- "id": 120,
- "description": "VPx decoding isn't supported before Windows 10 anniversary update.",
- "cr_bugs": [616318],
- "os": {
- "type": "win",
- "version": {
- "op": "<",
- "value": "10.0.14393"
- }
- },
- "features": [
- "accelerated_vpx_decode"
- ]
- },
- {
- "id": 121,
- "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": [
- "accelerated_vpx_decode"
- ]
- },
- {
"id": 122,
"description": "GPU rasterization should only be enabled on NVIDIA and Intel DX11+, and AMD RX-R2 GPUs for now.",
"cr_bugs": [643850],
@@ -1235,22 +1198,6 @@
]
},
{
- "id": 123,
- "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": [
- "accelerated_vpx_decode"
- ]
- },
- {
"id": 124,
"description": "Some AMD drivers have rendering glitches with GPU Rasterization",
"cr_bugs": [653538],
« no previous file with comments | « gpu/config/gpu_feature_type.h ('k') | gpu/ipc/service/gpu_channel_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698