summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-04-15 23:40:11 -0400
committerKacper Michajłow <kasper93@gmail.com>2024-04-18 16:28:21 +0200
commite968a505d6a4165a74623cdc5c47b6efbe378f36 (patch)
treeeb5ddcc988d19663ec31d90935b3e8e467b65bf0 /DOCS/man/options.rst
parent2533ea764f3fd506b619925611b4b8446d999c13 (diff)
downloadmpv-e968a505d6a4165a74623cdc5c47b6efbe378f36.tar.bz2
mpv-e968a505d6a4165a74623cdc5c47b6efbe378f36.tar.xz
DOCS/man/options: mention the new priority list usage of --gpu-context
The settings list conversion means a custom priority list can now be used.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1412726ef6..e3c05d44e8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6385,13 +6385,15 @@ them.
``--gpu-sw``
Continue even if a software renderer is detected.
-``--gpu-context=<sys>``
- The value ``auto`` (the default) selects the GPU context. You can also pass
- ``help`` to get a complete list of compiled in backends (sorted by
- autoprobe order).
+``--gpu-context=<context1,context2,...[,]>``
+ Specify a priority list of the GPU contexts to be used.
+ The value ``auto`` (the default) selects the GPU context with the default autoprobe
+ order. You can also pass ``help`` to get a complete list of compiled in backends
+ (sorted by the default autoprobe order).
auto
- auto-select (default)
+ auto-select (default). Note that this context must be used alone and
+ does not participate in the priority list.
win
Win32/WGL
winvk