summaryrefslogtreecommitdiffstats
path: root/video/out/gpu/d3d11_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* d3d11: disable IDXGIInfoQueue usage if dxgidebug.h is incompleteHEADmasterKacper Michajłow13 hours1-0/+5
* d3d11: use IDXGIInfoQueue instead ID3D11InfoQueueKacper Michajłow13 hours1-0/+8
* d3d11: add mp_get_dxgi_output_descKacper Michajłow2024-03-171-0/+3
* various: avoid function pointer castsKacper Michajłow2024-02-281-3/+1
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-2/+2
* d3d11: expose mp_get_dxgi_adapter and mp_dxgi_validate_adapterKacper Michajłow2023-11-221-0/+8
* d3d11: rename d3d11 adapter to DXGI adapterKacper Michajłow2023-11-221-3/+3
* vo_gpu/d3d11: add support for configuring swap chain color spaceJan Ekström2019-10-301-0/+6
* vo_gpu/d3d11: add helpers for getting names for DXGI formats & CSPsJan Ekström2019-10-301-0/+6
* vo_gpu/d3d11: fixup adapter selection by switching it all to bstrJan Ekström2019-10-151-1/+1
* vo_gpu/d3d11: add support for configuring swap chain formatJan Ekström2019-10-131-0/+1
* vo_gpu/d3d11: add adapter name validation and listing with "help"Jan Ekström2019-09-291-0/+4
* vo_gpu/d3d11: add an option for the adapter nameJan Ekström2019-09-291-0/+5
* vo_gpu: d3d11: implement tex_download()James Ross-Gowan2018-02-131-2/+0
* vo_gpu: move d3d11_screenshot to shared codeJames Ross-Gowan2017-11-071-0/+4
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-0/+79