mpv/video/out/d3d11
James Ross-Gowan 6ab7e0d465 vo_gpu: d3d11: check for timestamp query support
Apparently timestamp queries are optional for 10level9 devices. Check
for support when creating the device rather than spamming error messages
during rendering. CreateQuery can be used to check for support by
passing NULL as the final parameter.

See:
https://msdn.microsoft.com/en-us/library/windows/desktop/ff476150.aspx#ID3D11Device_CreateQuery
2017-12-09 19:53:53 +11:00
..
context.c vo_gpu: move d3d11_screenshot to shared code 2017-11-07 20:27:13 +11:00
hwdec_d3d11va.c video: remove some more hwdec legacy stuff 2017-12-02 04:53:55 +01:00
ra_d3d11.c vo_gpu: d3d11: check for timestamp query support 2017-12-09 19:53:53 +11:00
ra_d3d11.h vo_gpu: hwdec_d3d11va: allow zero-copy video decoding 2017-11-07 20:27:13 +11:00