summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2016-08-18 17:46:59 +0300
committerJames Ross-Gowan <rossymiles@gmail.com>2016-08-25 23:47:37 +1000
commitef0b2e33b1cc8d064f64b864443bf1c233691508 (patch)
tree984f6f4a2c751bbe63cac8bfaec6100ff7fcfac2 /DOCS
parent2a5b61244f55f4f5644ce21c3d03ff2ac8cba751 (diff)
downloadmpv-ef0b2e33b1cc8d064f64b864443bf1c233691508.tar.bz2
mpv-ef0b2e33b1cc8d064f64b864443bf1c233691508.tar.xz
vo_opengl: angle: new opengl flag to control DirectComposition
On some systems DirectComposition might behave poorly. Add an opengl suboption flag 'dcomposition' (default=yes) which can disable it.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vo.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 0beaee59a5..c775f6dde7 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -881,6 +881,16 @@ Available video output drivers are:
Windows only.
+ ``dcomposition=<yes|no>``
+ Allows DirectComposition when using the ANGLE backend (default: yes).
+ DirectComposition implies flip-model presentation, which can improve
+ rendering efficiency on Windows 8+ by avoiding a copy of the video frame.
+ mpv uses it by default where possible, but it can cause poor behaviour
+ with some drivers, such as a black screen or graphical corruption when
+ leaving full-screen mode. Use "no" to disable it.
+
+ Windows with ANGLE only.
+
``sw``
Continue even if a software renderer is detected.