From e968a505d6a4165a74623cdc5c47b6efbe378f36 Mon Sep 17 00:00:00 2001 From: nanahi <130121847+na-na-hi@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:40:11 -0400 Subject: [PATCH] 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. --- DOCS/man/options.rst | 12 +++++++----- 1 file 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=`` - 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=`` + 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