From 2b1d150a53d328db092c8f3799667cd72ef89634 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 7 Dec 2016 13:26:30 +0100 Subject: manpage: move the --opengl-dumb-mode option down It's horribly obscure - why would it be the first option to be listed? Also might fix the --scale option formatting/anchor in the HTML rendering. --- DOCS/man/options.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index d4cef55bf3..84d417fb1d 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3819,20 +3819,6 @@ OpenGL renderer options The following video options are currently all specific to ``--vo=opengl`` and ``-vo=opengl-cb`` only, which are the only VOs that implement them. -``--opengl-dumb-mode=`` - This mode is extremely restricted, and will disable most extended OpenGL - features. This includes high quality scalers and custom shaders! - - It is intended for hardware that does not support FBOs (including GLES, - which supports it insufficiently), or to get some more performance out of - bad or old hardware. - - This mode is forced automatically if needed, and this option is mostly - useful for debugging. It's also enabled automatically if nothing uses - features which require FBOs. - - This option might be silently removed in the future. - ``--scale=`` ``bilinear`` @@ -4636,6 +4622,20 @@ The following video options are currently all specific to ``--vo=opengl`` and flipping GL front and backbuffers immediately (i.e. it doesn't call it in display-sync mode). +``--opengl-dumb-mode=`` + This mode is extremely restricted, and will disable most extended OpenGL + features. This includes high quality scalers and custom shaders! + + It is intended for hardware that does not support FBOs (including GLES, + which supports it insufficiently), or to get some more performance out of + bad or old hardware. + + This mode is forced automatically if needed, and this option is mostly + useful for debugging. It's also enabled automatically if nothing uses + features which require FBOs. + + This option might be silently removed in the future. + Miscellaneous ------------- -- cgit v1.2.3