Commit d47c4314 authored by jbauman's avatar jbauman Committed by Commit bot

Disable zero-copy DXGI video on NVIDIA GPUs

This seems to sometimes be causing videos to initially display black.

BUG=635319
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2314773003
Cr-Commit-Position: refs/heads/master@{#417148}
parent da52a637
...@@ -1992,6 +1992,18 @@ LONG_STRING_CONST( ...@@ -1992,6 +1992,18 @@ LONG_STRING_CONST(
"features": [ "features": [
"rewrite_texelfetchoffset_to_texelfetch" "rewrite_texelfetchoffset_to_texelfetch"
] ]
},
{
"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"
]
} }
] ]
// Please update the version number at beginning of this file whenever you // Please update the version number at beginning of this file whenever you
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment