From ace249acc5e2576dae42725d10c0351029de1c40 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 30 Jun 2020 20:40:42 +0200 Subject: vo_gpu: vulkan: add ability to disable events libplacebo exposes this feature already, because this particular type of bug is unusually common in practice. Simply make use of it, by exposing it as an option. Could probably also bump the libplacebo minimum version to get rid of the #if, but that would break debian oldoldstable or something. Fixes #7867. --- DOCS/man/options.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 2f49e629c1..ce0f19e113 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -5225,6 +5225,11 @@ The following video options are currently all specific to ``--vo=gpu`` and use of compute shaders over fragment shaders wherever possible. Enabled by default, although Nvidia users may want to disable it. +``--vulkan-disable-events`` + Disable the use of VkEvents, for debugging purposes or for compatibility + with some older drivers / vulkan portability layers that don't provide + working VkEvent support. + ``--d3d11-exclusive-fs=`` Switches the D3D11 swap chain fullscreen state to 'fullscreen' when fullscreen video is requested. Also known as "exclusive fullscreen" or -- cgit v1.2.3