summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-05 12:18:44 +0200
committerwm4 <wm4@nowhere>2016-10-05 12:21:34 +0200
commit6789f9b09411f83034883357303b4acfda9569ed (patch)
tree21f0eb78054198a13c640818f6a862a55031f85b /DOCS/man/options.rst
parent387f50127875f49236da918c4457bd837bb2f10e (diff)
downloadmpv-6789f9b09411f83034883357303b4acfda9569ed.tar.bz2
mpv-6789f9b09411f83034883357303b4acfda9569ed.tar.xz
vo_opengl: disable glFlush() by default, and add an option to enable it
It seems this can cause issues with certain platforms, so better to disable it by default. The original reason for this isn't overly justified, and display-sync mode should get rid of the need for it anyway. The new option is meant for testing, and will probably be removed if nobody comes up and reports that enabling the option actually improves anything.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index afd4b198fa..a32cb98cca 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4591,6 +4591,11 @@ The following video options are currently all specific to ``--vo=opengl`` and
we may have to deal with additional padding, which can be tested with these
options). Could be removed any time.
+``--opengl-early-flush=<yes|no>``
+ Call ``glFlush()`` after rendering a frame and before attempting to display
+ it (default: no). Can fix stuttering in some causes, in other cases probably
+ causes it. For testing - could be removed any time.
+
Miscellaneous
-------------