Commit c08b495f authored by Dale Curtis's avatar Dale Curtis Committed by Commit Bot

Re-enable DXGI sharing on NVIDIA drivers >= 375.76.

Verified on my 1050 that this is working; pulled the NVIDIA driver
version from DisplayDriver/nv_dispi.inf in the 375.76 package, which
contains the fix for this.

BUG=635319
TEST=verified no corruption with https://imgur.com/DqJWQlm on 388.13.

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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
Change-Id: I759f628d2cef250e867fc17aaee51aff1a6e4bb9
Reviewed-on: https://chromium-review.googlesource.com/804634Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521178}
parent ae15c135
...@@ -1897,6 +1897,10 @@ ...@@ -1897,6 +1897,10 @@
"os": { "os": {
"type": "win" "type": "win"
}, },
"driver_version": {
"op": "<",
"value": "21.21.13.7576"
},
"vendor_id": "0x10de", "vendor_id": "0x10de",
"features": [ "features": [
"disable_dxgi_zero_copy_video" "disable_dxgi_zero_copy_video"
......
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