mpv/video/out/d3d11
James Ross-Gowan 326c55a571 vo_gpu: d3d11: only use presentation feedback with flip model
The current implementation of presentation feedback was designed to be
used with flip model presentation. With the bitblt model,
GetFrameStatistics returns totally different values and it's not clear
if we can use them at all. Previously, this wasn't a problem because
with the bitblt model, GetFrameStatistics only worked in exclusive
fullscreen. Now that mpv supports exclusive fullscreen, we should
explicitly check for a flip model swapchain before using presentation
feedback.
2020-05-07 00:17:50 +10:00
..
context.c vo_gpu: d3d11: only use presentation feedback with flip model 2020-05-07 00:17:50 +10:00
hwdec_d3d11va.c options: change option macros and all option declarations 2020-03-18 19:52:01 +01:00
hwdec_dxva2dxgi.c vo_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not release 2019-09-14 21:35:49 +10:00
ra_d3d11.c vo_gpu: d3d11: set the ra_format.storable flag 2019-10-27 00:45:27 +11:00
ra_d3d11.h vo_gpu: hwdec_d3d11va: allow zero-copy video decoding 2017-11-07 20:27:13 +11:00