mpv/DOCS/man
James Ross-Gowan 3d12312806
vo_opengl: add dxinterop backend
WGL_NV_DX_interop is widely supported by Nvidia and AMD drivers. It
allows a texture to be shared between Direct3D and WGL, so that
rendering can be done with WGL and presentation can be done with
Direct3D. This should allow us to work around some persistent WGL
issues, such as dropped frames with some driver/OS combos, drivers that
buffer frames to increase performance at the cost of latency, and the
inability to disable exclusive fullscreen mode when using WGL to render
to a fullscreen window.

The addition of a DX_interop backend might also enable some cool
Direct3D-specific enhancements in the future, such as using the
GetPresentStatistics API to get accurate frame presentation timestamps.

Note that due to a driver bug, this backend is currently broken on
Intel. It will appear to work as long as the window is not resized too
often, but after a few changes of size it will be unable to share the
newly created renderbuffer with GL. See:
https://software.intel.com/en-us/forums/graphics-driver-bug-reporting/topic/562051
2015-12-11 18:29:18 +01:00
..
af.rst manpage: fix broken example 2015-09-27 19:21:37 +02:00
ao.rst ao_jack: remove "alsa" std-channel-layout choice 2015-11-07 15:20:34 +01:00
changes.rst manpage: move out the MPlayer comparison page 2015-02-05 22:12:11 +01:00
encode.rst manpage: Fix typo. oacopts -> ovcopts 2015-06-23 22:00:57 +02:00
input.rst manpage: reflect recent subtitle changes 2015-12-06 01:15:08 +01:00
ipc.rst ipc: add request_id to json 2015-07-03 22:26:54 +02:00
lua.rst subprocess, lua: export whether the process was killed by us 2015-06-27 21:08:55 +02:00
mpv.rst manpage: fix a command name 2015-12-01 22:53:26 +01:00
options.rst stream: drop PVR support 2015-12-10 22:53:02 +01:00
osc.rst osc: time display configuration options 2015-06-19 21:33:44 +02:00
vf.rst manpage: deinterlace is now the lowercase d 2015-11-23 15:18:52 -08:00
vo.rst vo_opengl: add dxinterop backend 2015-12-11 18:29:18 +01:00