summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2017-12-28 12:42:02 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-12 04:49:15 -0800
commitabf2efb107f7bee329dfd0c89573f70bc4bd7c69 (patch)
tree9c62b935580d25c42600c344c782fb664a8fc5bd /DOCS/man/options.rst
parentf670c64e59119fc91675d8eccf1e350365ee2f55 (diff)
downloadmpv-abf2efb107f7bee329dfd0c89573f70bc4bd7c69.tar.bz2
mpv-abf2efb107f7bee329dfd0c89573f70bc4bd7c69.tar.xz
osx: always deactivate the early opengl flush on macOS
early flushing only caused problems on macOS, which includes: - performance problems and huge amount of dropped frames - problems with playing back video files with fps close to the display refresh rate - rendering at twice the rate of the video fps - not properly detected display refresh rate we always deactivate any early flush for macOS to fix these problems.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 14a901751d..9f0c672919 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5258,6 +5258,9 @@ The following video options are currently all specific to ``--vo=gpu`` and
flipping GL front and backbuffers immediately (i.e. it doesn't call it
in display-sync mode).
+ On OSX this is always deactivated because it only causes performance
+ problems and other regressions.
+
``--gpu-dumb-mode=<yes|no|auto>``
This mode is extremely restricted, and will disable most extended
features. That includes high quality scalers and custom shaders!