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

Unified Diff: gpu/config/gpu_driver_bug_list_json.cc

Issue 2457243002: Disable zero-copy DXGI video on NVIDIA GPUs (Closed)
Patch Set: Created 4 years, 2 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.cc
diff --git a/gpu/config/gpu_driver_bug_list_json.cc b/gpu/config/gpu_driver_bug_list_json.cc
index 2688e76255bb0da0f0471586fa581cbf14d57166..3385939adbf34dd07a9988cfd613b4af072e7064 100644
--- a/gpu/config/gpu_driver_bug_list_json.cc
+++ b/gpu/config/gpu_driver_bug_list_json.cc
@@ -1959,6 +1959,18 @@ LONG_STRING_CONST(
]
},
{
+ "id": 185,
+ "description": "Zero-copy NV12 video displays incorrect colors on NVIDIA drivers.",
+ "cr_bugs": [635319],
+ "os": {
+ "type": "win"
+ },
+ "vendor_id": "0x10de",
+ "features": [
+ "disable_dxgi_zero_copy_video"
+ ]
+ },
+ {
"id": 188,
"description": "AVSampleBufferDisplayLayer leaks IOSurfaces on 10.9.",
"cr_bugs": [632178],
« 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