summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-11-19 21:20:50 +0100
committerwm4 <wm4@nowhere>2015-11-19 21:20:50 +0100
commit6df3fa2ec1ee0e8a36bdad4e45107c01681db730 (patch)
treecaa610f106b145684483fc4ecbef46fb1e49baf0 /DOCS
parent1a8b06f67e8063f687bfc251440235c86b7bdcb7 (diff)
downloadmpv-6df3fa2ec1ee0e8a36bdad4e45107c01681db730.tar.bz2
mpv-6df3fa2ec1ee0e8a36bdad4e45107c01681db730.tar.xz
vo_opengl: switch FBO format on GLES
GL_RGB10_A2 is the best fixed-point format we can get on GLES/ANGLE for now. (Unless we somehow switch to non-normalized integer textures.)
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index f59b9cbea7..cd798dcb91 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -791,7 +791,8 @@ Available video output drivers are:
influence performance and quality of the video output.
``fmt`` can be one of: rgb, rgba, rgb8, rgb10, rgb10_a2, rgb16, rgb16f,
rgb32f, rgba12, rgba16, rgba16f, rgba32f.
- Default: rgba16.
+ Default: ``auto``, which maps to rgba16 on desktop GL, and rgb10_a2 on
+ GLES (e.g. ANGLE).
``gamma=<0.1..2.0>``
Set a gamma value (default: 1.0). If gamma is adjusted in other ways