summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-07-22 23:07:32 +0200
committerJan Ekström <jeebjp@gmail.com>2018-09-30 17:13:34 +0300
commit8d2d0f06403b6777e4b591fa84df57b55e9b7809 (patch)
tree64924f3a148e688f3702849c1495051c0212ff8a /DOCS
parent44e49aee3ccd48459b9c242d296bf7056d2fcdb3 (diff)
downloadmpv-8d2d0f06403b6777e4b591fa84df57b55e9b7809.tar.bz2
mpv-8d2d0f06403b6777e4b591fa84df57b55e9b7809.tar.xz
cocoa-cb: add Apple Software Renderer support
by default the pixel format creation falls back to software renderer when everything fails. this is mostly needed for VMs. additionally one can directly request an sw renderer or exclude it entirely.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9e62ce1f46..53d293eb4d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4881,6 +4881,15 @@ The following video options are currently all specific to ``--vo=gpu`` and
OS X only.
+``--cocoa-cb-sw-renderer=<yes|no|auto>``
+ Use the Apple Software Renderer when using cocoa-cb (default: auto). If set
+ to ``no`` the software renderer is never used and instead fails when a the
+ usual pixel format could not be created, ``yes`` will always only use the
+ software renderer, and ``auto`` only falls back to the software renderer
+ when the usual pixel format couldn't be created.
+
+ OS X only.
+
``--macos-title-bar-style=<dark|ultradark|light|mediumlight|auto>``
Sets the styling of the title bar (default: dark).
OS X and cocoa-cb only