Alexandre Julliard pushed to branch master at wine / wine
Commits:
d6b5250f by Bernhard Übelacker at 2025-03-05T18:38:48+01:00
setupapi: Initialize the files member in SetupDuplicateDiskSpaceListW. (ASan).
- - - - -
aa54ff4b by Bernhard Übelacker at 2025-03-05T18:38:48+01:00
setupapi/tests: Fix message of ok statement.
- - - - -
2 changed files:
- dlls/setupapi/diskspace.c
- dlls/setupapi/tests/diskspace.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16a6a7333e7097de122971980cb74…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/16a6a7333e7097de122971980cb74…
You're receiving this email because of your account on gitlab.winehq.org.
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/1c9cd1bfd75a3e8d022d46ec7bafc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1c9cd1bfd75a3e8d022d46ec7bafc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1c9cd1bf by Alexandros Frantzis at 2025-03-05T16:34:41+01:00
winewayland: Present EGL surfaces opaquely.
Many applications request and use GL configs with alpha, but assume that
the windowing system will present their surfaces opaquely. Wayland
compositors normally respect the alpha channel, which leads to unwanted
translucency effects for such applications, so we use the
EGL_EXT_present_opaque extension to avoid this.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57800
- - - - -
1 changed file:
- dlls/winewayland.drv/opengl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1c9cd1bfd75a3e8d022d46ec7bafc3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1c9cd1bfd75a3e8d022d46ec7bafc3…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a689a6da by Zhiyi Zhang at 2025-03-05T16:34:13+01:00
win32u: Remove an unused parameter.
The first parameter `current` for get_virtual_modes() is unused. It was introduced by 1ffe5b35.
- - - - -
47210da2 by Zhiyi Zhang at 2025-03-05T16:34:13+01:00
win32u: Don't use the current mode in the registry if it's a detached mode.
Don't use the current mode in the registry if it's a detached mode when adding virtual modes.
Otherwise, the requested/previous current mode in the registry could be a detached mode and it will
cause functions like MonitorFromRect() to return NULL, even after monitor gets turned on.
Fix Witcher 3 (292030) black screen after monitor is turned off and then on.
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fddbab9b73059f0e59bebe78101b7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fddbab9b73059f0e59bebe78101b7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d736162c by Brendan McGrath at 2025-03-05T16:34:13+01:00
winegstreamer: Expand GST_ELEMENT_REGISTER* defines.
These defines were only introduced to GStreamer in version 1.20; thus
compiling against earlier versions causes a compilation error.
This commit replaces the defines with their respective expansions.
- - - - -
3 changed files:
- dlls/winegstreamer/unix_private.h
- dlls/winegstreamer/unixlib.c
- dlls/winegstreamer/wg_transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d736162c775496f390ed94b9b6d485…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d736162c775496f390ed94b9b6d485…
You're receiving this email because of your account on gitlab.winehq.org.