summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2022-10-05 16:35:14 +0200
committerNiklas Haas <git@haasn.dev>2022-10-05 16:35:14 +0200
commit7f5541fc3c440a4aa5fdec2899c02d1caf7fb227 (patch)
tree776fb64752cd96999e9faf054a55f17c70f7f857 /DOCS
parenta2de6524ff8802a927d90215e8bf8be8b3d282a8 (diff)
downloadmpv-7f5541fc3c440a4aa5fdec2899c02d1caf7fb227.tar.bz2
mpv-7f5541fc3c440a4aa5fdec2899c02d1caf7fb227.tar.xz
vulkan: remove --vulkan-disable-events
This has had no effect since libplacebo v4.192.0, and was deprecated upstream a year ago. No deprecation period in mpv is justified by this being a debug / work-around option.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst1
-rw-r--r--DOCS/man/options.rst5
2 files changed, 1 insertions, 5 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ef499175cf..08641b046a 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -48,6 +48,7 @@ Interface changes
- add `--wayland-configure-bounds` option
- deprecate `--gamma-factor`
- deprecate `--gamma-auto`
+ - remove `--vulkan-disable-events`
--- mpv 0.34.0 ---
- deprecate selecting by card number with `--drm-connector`, add
`--drm-device` which can be used instead
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 0d18784b26..9fab9ce613 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5471,11 +5471,6 @@ them.
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.
-
``--vulkan-display-display=<n>``
The index of the display, on the selected Vulkan device, to present on when
using the ``displayvk`` GPU context. Use ``--vulkan-display-display=help``