From 6789f9b09411f83034883357303b4acfda9569ed Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Oct 2016 12:18:44 +0200 Subject: 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. --- DOCS/man/options.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS/man/options.rst') 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=`` + 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 ------------- -- cgit v1.2.3