summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2017-02-20 20:34:57 +0100
committerAkemi <der.richter@gmx.de>2017-02-27 23:53:53 +0100
commit2292501533f0f5241573a6117be2c719a6740806 (patch)
treefb2519de0598fdadc7f06e9b213fdd11561231ae /DOCS/man
parentb5ca8c41cc62f1ef097f4fc93525dec8b84f59a0 (diff)
downloadmpv-2292501533f0f5241573a6117be2c719a6740806.tar.bz2
mpv-2292501533f0f5241573a6117be2c719a6740806.tar.xz
cocoa: add option to force dedicated GPU
Fixes #3242
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 093fb2b31e..3c2a404189 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4401,6 +4401,12 @@ The following video options are currently all specific to ``--vo=opengl`` and
Windows 8+ with ANGLE only.
+``--cocoa-force-dedicated-gpu=<yes|no>``
+ Deactivates the automatic graphics switching and forces the dedicated GPU.
+ (default: no)
+
+ OS X only.
+
``--opengl-sw``
Continue even if a software renderer is detected.