summaryrefslogtreecommitdiffstats
path: root/video/out/d3d11/context.c
Commit message (Expand)AuthorAgeFilesLines
* various: add GPU context descriptionnanahi10 days1-0/+1
* d3d11: get real on the wire bits per color channelKacper Michajłow2024-03-171-0/+5
* d3d11: make --alpha runtime changeablenanahi2024-02-171-6/+12
* d3d11: set window to transparent if --alpha=yes is specifiednanahi2024-02-171-0/+3
* csputils: replace mp_colorspace with pl_color_spaceKacper Michajłow2024-01-221-1/+1
* vo_gpu_next: respect d3d11 swapchain output format preferencenanahi2024-01-061-0/+10
* d3d11: expose mp_get_dxgi_adapter and mp_dxgi_validate_adapterKacper Michajłow2023-11-221-36/+1
* d3d11: rename d3d11 adapter to DXGI adapterKacper Michajłow2023-11-221-11/+11
* d3d11: calc vsync interval on real stats, not just last intervalKacper Michajłow2023-10-231-12/+17
* vo: change vsync base to nanosecondsKacper Michajłow2023-09-291-9/+9
* options: transition commands from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-0/+1
* options: transition options from OPT_FLAG to OPT_BOOLChristoph Heinrich2023-02-211-7/+5
* various: fix typosCœur2022-04-251-1/+1
* vo_gpu/d3d11: mimic libplacebo backbuffer usageJan Ekström2022-04-111-7/+10
* vo_gpu/d3d11: enable receival of color depth without active backbufferJan Ekström2022-04-111-2/+12
* vo_gpu/d3d11: enable access to the underlying ra_ctx swap chainJan Ekström2022-02-021-0/+13
* vo_gpu/d3d11: add more usage flags to the swapchain imagesJames Ross-Gowan2022-02-021-1/+8
* vo_gpu/d3d11: early exit in start_frame if output fbo is nullptrJan Ekström2022-02-021-0/+3
* options: Make validation and help possible for all option typesPhilip Langdale2021-03-281-3/+4
* vo_gpu: d3d11: only use presentation feedback with flip modelJames Ross-Gowan2020-05-071-4/+12
* vo_gpu: d3d11: also utilize config cache for d3d11-specific optionsJan Ekström2020-04-121-1/+9
* vo_gpu: d3d11: add support for exclusive fullscreenJames Ross-Gowan2020-04-121-1/+86
* options: change option macros and all option declarationswm42020-03-181-30/+30
* vo_gpu/d3d11: add support for configuring swap chain color spaceJan Ekström2019-10-301-0/+12
* vo_gpu: d3d11: prevent wraparound in queued frames calcJames Ross-Gowan2019-10-261-1/+2
* vo_gpu/d3d11: switch adapter selection to case-insensitive startswithJan Ekström2019-10-151-1/+1
* 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/+9
* vo_gpu/d3d11: utilize actual backbuffer values for bit depthJames Ross-Gowan2019-10-131-1/+6
* vo_gpu/d3d11: add adapter name validation and listing with "help"Jan Ekström2019-09-291-1/+36
* vo_gpu/d3d11: add an option for the adapter nameJan Ekström2019-09-291-0/+1
* video/d3d11: add adapter selection by name into d3d11 optionsJan Ekström2019-09-291-0/+3
* vo: make swapchain-depth option generic for all VOsAnton Kindestam2019-09-281-2/+2
* vo_gpu: d3d11: don't reset frame stats after pauseJames Ross-Gowan2019-09-261-9/+0
* vo_gpu: d3d11: add support for presentation feedbackJames Ross-Gowan2019-09-221-0/+124
* vo_d3d11/context: fix crash due to ctx->ra is null pointer accessHui Jin2019-09-141-2/+4
* vo_gpu: d3d11: implement tex_download()James Ross-Gowan2018-02-131-7/+0
* vo_gpu: d3d11: check for NULL backbuffer in start_frameJames Ross-Gowan2018-01-041-2/+6
* vo_gpu: move d3d11_screenshot to shared codeJames Ross-Gowan2017-11-071-0/+9
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-071-0/+235