Alexandre Julliard pushed to branch master at wine / wine
Commits: e3061071 by Elizabeth Figura at 2025-03-05T18:38:48+01:00 d3d11: Implement ID3D11VideoDevice::GetVideoDecoderProfile[Count]().
- - - - - 6d98e986 by Elizabeth Figura at 2025-03-05T18:38:48+01:00 wined3d: Introduce a Vulkan decoder backend.
- - - - - 427df9c1 by Elizabeth Figura at 2025-03-05T18:38:48+01:00 d3d11: Create a wined3d_decoder object backing the d3d11 decoder object.
This patch is just boilerplate.
- - - - - 351aa751 by Elizabeth Figura at 2025-03-05T18:38:48+01:00 wined3d: Look for a video decode queue.
- - - - - 16a6a733 by Elizabeth Figura at 2025-03-05T18:38:48+01:00 wined3d: Create a Vulkan video session backing the wined3d_decoder_vk.
- - - - -
17 changed files:
- dlls/d3d11/d3d11_private.h - dlls/d3d11/decoder.c - dlls/d3d11/device.c - dlls/wined3d/Makefile.in - dlls/wined3d/adapter_gl.c - dlls/wined3d/adapter_vk.c - dlls/wined3d/context_vk.c - + dlls/wined3d/decoder.c - dlls/wined3d/device.c - dlls/wined3d/directx.c - dlls/wined3d/query.c - dlls/wined3d/swapchain.c - dlls/wined3d/wined3d.spec - dlls/wined3d/wined3d_private.h - dlls/wined3d/wined3d_vk.h - include/dxva.h - include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1c9cd1bfd75a3e8d022d46ec7bafc3...