[PATCH 1/3] dxva2: Add a generic hardware video processor.

Nikolay Sivov nsivov at codeweavers.com
Tue Nov 2 14:19:56 CDT 2021



On 11/1/21 2:59 PM, Derek Lesho wrote:
> Signed-off-by: Derek Lesho <dlesho at codeweavers.com>
> ---
>  dlls/dxva2/main.c | 63 ++++++++++++++++++++++++++++-------------------
>  1 file changed, 38 insertions(+), 25 deletions(-)
>
> diff --git a/dlls/dxva2/main.c b/dlls/dxva2/main.c
> index 2fab82ff476..ee11b1d4f84 100644
> --- a/dlls/dxva2/main.c
> +++ b/dlls/dxva2/main.c
> @@ -377,28 +377,48 @@ static HRESULT WINAPI device_manager_processor_service_RegisterVideoProcessorSof
>      return E_NOTIMPL;
>  }
>  
> -static BOOL dxva_is_supported_stream_format(const DXVA2_VideoDesc *video_desc)
> +DEFINE_GUID(WINE_DXVA2_VideoProcHardwareDevice, 0x986666c3,0x32ac,0x4788,0xab,0x2a,0xd5,0x74,0x5f,0xf9,0x52,0xd8);
> +
>
I'm not sure we necessarily need something that custom yet. I'm going to
testif DXVA2_VideoProcProgressiveDevice has similar properties. It's
documented to be available as HW-independent device.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20211102/571de0e7/attachment.htm>


More information about the wine-devel mailing list