diff options
author | wm4 <wm4@nowhere> | 2016-12-07 13:26:30 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-12-07 13:26:30 +0100 |
commit | 2b1d150a53d328db092c8f3799667cd72ef89634 (patch) | |
tree | 846ae128b0830e01633b8ac9c7861bbe8fc0ac0e /DOCS | |
parent | 42799005dc8397fbe4ad56659a00542fbe2a15cb (diff) |
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.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 28 |
1 files changed, 14 insertions, 14 deletions
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=<yes|no>`` - 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=<filter>`` ``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=<yes|no>`` + 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 ------------- |