summaryrefslogtreecommitdiffstats
path: root/video/out/d3d11/context.c
Commit message (Expand)AuthorAgeFilesLines
* 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