summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2022-02-08 22:17:19 +1100
committerJan Ekström <jeebjp@gmail.com>2022-02-09 17:20:07 +0200
commit4629fe577fa2adf2267bbf12bad29293d9ad61b3 (patch)
tree7633560c1ab3809a19bdec78ab6c58f8c3deeb38 /DOCS
parentf9bf6a601c563015706bed7bdb2b4984119db360 (diff)
downloadmpv-4629fe577fa2adf2267bbf12bad29293d9ad61b3.tar.bz2
mpv-4629fe577fa2adf2267bbf12bad29293d9ad61b3.tar.xz
vo_gpu: d3d11_helpers: don't create UNORDERED_ACCESS backbuffers in Win7
We're getting bug reports that the recent change to add extra usage flags to swapchain buffers (for gpu-next) breaks mpv on some Windows 7 systems, and it seems like this is only happening with flip-model swapchains. Creating swapchains with DXGI_USAGE_UNORDERED_ACCESS should be valid. At least, it's not specifically disallowed, unlike some other flags[1]. So, just disable it for flip-model swapchains in Windows 7, rather than disabling it everywhere. [1]: https://docs.microsoft.com/en-us/windows/win32/direct3ddxgi/dxgi-usage
Diffstat (limited to 'DOCS')
0 files changed, 0 insertions, 0 deletions