From 72ee9bb56c2f145569ca38e2066950fd7e6e8a4e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 15 Aug 2014 23:36:13 +0200 Subject: vo_opengl: optional support for using GLX_SGI_video_sync I'm not sure about the merit, though it does print nice numbers if debug output is enabled. Basically, this tries to achieve similar results as the glFinish() business, but again it entirely depends on the drivers whether this does anything meaningful, or whether it's actively harmful. --- DOCS/man/vo.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man/vo.rst') diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index 31540fc1fa..e36e59c18a 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -443,6 +443,13 @@ Available video output drivers are: Slower, but might help getting better results when doing framedropping. The details depend entirely on the OpenGL driver. + ``waitvsync`` + Call ``glXWaitVideoSyncSGI`` after each buffer swap (default: disabled). + This may or may not help with video timing accuracy and frame drop. It's + possible that this makes video output slower, or has no effect at all. + + X11 only. + ``sw`` Continue even if a software renderer is detected. -- cgit v1.2.3