Module: wine Branch: master Commit: 12a1b4b360abc6db5de2e393b9ec53a77f532ffd URL: https://source.winehq.org/git/wine.git/?a=commit;h=12a1b4b360abc6db5de2e393b...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Nov 23 15:21:45 2021 +0300
dxva2: Introduce progressive processor device.
The point is to provide a device, with similar caps and NV12 support, while keeping software device on its own, the way it should be.
This is based on research by Derek Lesho.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dxva2/main.c | 126 ++++++++++++++++++++++++++++++++------- dlls/dxva2/tests/dxva2.c | 149 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/evr/mixer.c | 2 + 3 files changed, 257 insertions(+), 20 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=12a1b4b360abc6db5de2e...