mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 16:33:02 +00:00
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.
This commit is contained in:
parent
42799005dc
commit
2b1d150a53
@ -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
|
||||
-------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user