summaryrefslogtreecommitdiffstats
path: root/video/out/d3d11
Commit message (Expand)AuthorAgeFilesLines
* 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-182-31/+31
* vo_gpu/d3d11: add support for configuring swap chain color spaceJan Ekström2019-10-301-0/+12
* vo_gpu: d3d11: set the ra_format.storable flagJames Ross-Gowan2019-10-271-3/+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: use linear filtering for wrapped texturesJames Ross-Gowan2019-10-101-1/+3
* 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_d3d11/hwdec_dxva2dxgi: fix memory leak that 'ctx11' be not releaseHui Jin2019-09-141-0/+6
* vo_gpu: d3d11: fix storage lifetime of compound literalsJames Ross-Gowan2019-08-201-8/+15
* video/out/gpu: Add a `storable` flag to ra_formatPhilip Langdale2019-07-081-0/+3
* vo_gpu: d3d11: use the SPIRV-Cross C API directlyJames Ross-Gowan2019-06-121-19/+67
* vo_gpu: index desc namespaces by raNiklas Haas2019-04-211-1/+1
* vo_gpu: d3d11: implement tex_download()James Ross-Gowan2018-02-132-7/+57
* video: rewrite filtering glue codewm42018-01-301-1/+4
* vo_gpu: hwdec_dxva2dxgi: initial implementationJames Ross-Gowan2018-01-062-0/+466
* vo_gpu: d3d11: check for NULL backbuffer in start_frameJames Ross-Gowan2018-01-041-2/+6
* vo_gpu: d3d11: avoid copying staging buffers to cbuffersJames Ross-Gowan2018-01-011-48/+15
* vo_gpu: d3d11: check for timestamp query supportJames Ross-Gowan2017-12-091-0/+9
* video: remove some more hwdec legacy stuffwm42017-12-021-4/+1
* video: move d3d.c out of decode sub directorywm42017-12-011-1/+1
* vo_gpu: hwdec: remove redundant fieldswm42017-12-011-1/+0
* vo_gpu: d3d11: don't use runtime version for UAV slot countJames Ross-Gowan2017-11-191-1/+1
* vo_gpu: d3d11: mark the bgra8 format as unorderedJames Ross-Gowan2017-11-191-1/+1
* vo_gpu: d3d11: remove flipped texture upload hackJames Ross-Gowan2017-11-121-8/+0
* vo_gpu: hwdec_d3d11va: allow zero-copy video decodingJames Ross-Gowan2017-11-073-62/+159
* vo_gpu: d3d11: enhance cache invalidationJames Ross-Gowan2017-11-071-4/+70
* vo_gpu: d3d11: log shader compilation timesJames Ross-Gowan2017-11-071-0/+26
* vo_gpu: move d3d11_screenshot to shared codeJames Ross-Gowan2017-11-071-0/+9
* vo_gpu: d3d11: add RA caps for ra_d3d11James Ross-Gowan2017-11-071-0/+5
* vo_gpu: d3d11: initial implementationJames Ross-Gowan2017-11-074-0/+2699