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

Unified Diff: gpu/config/gpu_driver_bug_list.json

Issue 2902313003: Disable hardware acceleration for vp9 on Win 10 until Creators Update. (Closed)
Patch Set: Use blacklist file. 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38e15cf81328f41de92fc6070c0f3ac8b47b5e09..9938f158bd23fc6fc1aad90a68c4b70a27923f20 100644
--- a/gpu/config/gpu_driver_bug_list.json
+++ b/gpu/config/gpu_driver_bug_list.json
@@ -1,6 +1,6 @@
{
"name": "gpu driver bug list",
- "version": "10.9",
+ "version": "10.10",
"entries": [
{
"id": 1,
@@ -2383,13 +2383,13 @@
},
{
"id": 224,
- "description": "VPx decoding isn't supported before Windows 10 anniversary update.",
- "cr_bugs": [616318],
+ "description": "VPx decoding isn't supported well before Windows 10 creators update.",
+ "cr_bugs": [616318, 667532],
"os": {
"type": "win",
"version": {
"op": "<",
- "value": "10.0.14393"
+ "value": "10.0.15063"
}
},
"features": [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698