Alexandre Julliard pushed to branch master at wine / wine
Commits:
236ca49c by Aida JonikienÄ— at 2024-12-03T21:48:29+01:00
winevulkan: Mirror function handling in vk_is_available_instance_function32().
32-bit DXVK doesn't find the surface creation function without this.
- - - - -
b10f3450 by Aida JonikienÄ— at 2024-12-03T21:48:29+01:00
winevulkan: Use WINE_UNIX_LIB instead of WINE_VK_HOST.
The alignment of some Vulkan structs doesn't match the winevulkan
Unix library otherwise (causing strange segfaults on 32-bit).
- - - - -
13 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/vulkan.c
- dlls/winemac.drv/vulkan.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_private.h
- dlls/winewayland.drv/vulkan.c
- dlls/winex11.drv/vulkan.c
- dlls/winex11.drv/x11drv_main.c
- dlls/winex11.drv/xrandr.c
- include/wine/vulkan.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9245a5e23b4b091465a35efe4fb1c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9245a5e23b4b091465a35efe4fb1c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d8ad0521 by Torge Matthies at 2024-12-03T13:15:24+01:00
advapi32/tests: Add test for CurrentControlSet link.
Signed-off-by: Torge Matthies <openglfreak(a)googlemail.com>
- - - - -
fbefbe7c by Torge Matthies at 2024-12-03T13:15:24+01:00
loader: Add Default, Failed, and LastKnownGood values to HKLM\System\Select.
Signed-off-by: Torge Matthies <openglfreak(a)googlemail.com>
- - - - -
2 changed files:
- dlls/advapi32/tests/registry.c
- loader/wine.inf.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07774ed1638f931650b5d16d1bc11…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/07774ed1638f931650b5d16d1bc11…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
07774ed1 by Georg Lehmann at 2024-12-03T13:05:47+01:00
winevulkan: Update to VK spec version 1.4.303.
- - - - -
8 changed files:
- dlls/vulkan-1/vulkan-1.spec
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- dlls/winevulkan/winevulkan.json
- dlls/winevulkan/winevulkan.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/07774ed1638f931650b5d16d1bc11c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/07774ed1638f931650b5d16d1bc11c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3af509f0 by Eric Pouech at 2024-12-03T12:15:53+01:00
configure: Properly test clang for dwarf support.
clang emits a warning when linking the dwarf's long sections names, which
lets the configuration test fail.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
af7729af by Eric Pouech at 2024-12-03T12:15:53+01:00
winegcc: Remap build-id linker option for clang.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
79431603 by Eric Pouech at 2024-12-03T12:16:37+01:00
configure: Use -Wl,--build-id unconditionally if requested.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
a9adf45f by Eric Pouech at 2024-12-03T12:16:46+01:00
configure: Don't add -Wl,--build-id linker option to CFLAGS.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- configure
- configure.ac
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b476074f88b8f4c7ec2a34a0bce34…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b476074f88b8f4c7ec2a34a0bce34…
You're receiving this email because of your account on gitlab.winehq.org.