From abf2efb107f7bee329dfd0c89573f70bc4bd7c69 Mon Sep 17 00:00:00 2001 From: Akemi Date: Thu, 28 Dec 2017 12:42:02 +0100 Subject: 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. --- DOCS/man/options.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man/options.rst') 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=`` This mode is extremely restricted, and will disable most extended features. That includes high quality scalers and custom shaders! -- cgit v1.2.3