Alexandre Julliard pushed to branch master at wine / wine
Commits:
f3feb131 by Rémi Bernon at 2025-09-05T21:07:30+02:00
winevulkan: Generate structs for external memory fds.
- - - - -
89320106 by Rémi Bernon at 2025-09-05T21:07:36+02:00
winevulkan: Force copy some memory, buffer and image struct chains.
So that we can edit them in place in win32u.
- - - - -
15028b6f by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Strip unsupported structs from vkAllocateMemory chain.
- - - - -
f4a357c2 by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Strip unsupported structs from vkCreateBuffer chain.
- - - - -
66522987 by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Strip unsupported structs from vkCreateImage chain.
- - - - -
152a7ec9 by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Hook VK_KHR_external_memory_win32 functions.
- - - - -
8 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- include/wine/vulkan.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ea0354ecaf6c601d304cce4f7e5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ea0354ecaf6c601d304cce4f7e5a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b963a19f by Vibhav Pant at 2025-09-04T21:04:17+02:00
combase/tests: Add RoGetAgileReference tests with agile objects.
Objects that implement IAgileObject don't need to be marshaled across apartment boundaries.
- - - - -
defe9b68 by Vibhav Pant at 2025-09-04T21:04:18+02:00
combase: Don't marshal objects that implement IAgileObject in RoGetAgileReference.
- - - - -
2 changed files:
- dlls/combase/roapi.c
- dlls/combase/tests/roapi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bc4e25ff by Christian Tinauer at 2025-09-04T13:52:11+02:00
crypt32: Accept PKCS12_ALWAYS_CNG_KSP flag and fall back to standard import.
Some applications (including .NET Core) specify the
PKCS12_ALWAYS_CNG_KSP flag when calling PFXImportCertStore. According
to Microsoft's documentation, this flag indicates that the CNG key
storage provider should always be used, but if it is not available the
import will not fail.
- - - - -
2 changed files:
- dlls/crypt32/pfx.c
- dlls/crypt32/tests/store.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/bc4e25ffff884af5aeb46faf96452b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
86bccbe2 by Paul Gofman at 2025-09-04T12:48:07+02:00
kernel32/tests: Add tests for UnhandledExceptionFilter().
- - - - -
5770b146 by Paul Gofman at 2025-09-04T12:48:07+02:00
kernelbase: Avoid recursive top exception filter invocation for nested exceptions.
- - - - -
957fa516 by Paul Gofman at 2025-09-04T12:48:08+02:00
kernelbase: Return EXCEPTION_CONTINUE_SEARCH from UnhandledExceptionFilter() for nested exceptions.
- - - - -
2 changed files:
- dlls/kernel32/tests/debugger.c
- dlls/kernelbase/debug.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/32fe42f37d7b67c02f0c2ab9e25c7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/32fe42f37d7b67c02f0c2ab9e25c7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6a663cc9 by Rémi Bernon at 2025-09-04T12:40:52+02:00
winevulkan: Order the win32 structs as other structs.
- - - - -
bcb1861c by Rémi Bernon at 2025-09-04T12:40:52+02:00
winevulkan: Simplify struct conversion enumeration.
Returning the conversions as they as used, instead of a separate and
possibly different enumeration.
- - - - -
169cc072 by Rémi Bernon at 2025-09-04T12:40:52+02:00
winevulkan: Build the struct extension list lazily.
- - - - -
d07607e6 by Rémi Bernon at 2025-09-04T12:40:52+02:00
winevulkan: Enumerate struct extensions with the registry structs.
- - - - -
32fe42f3 by Rémi Bernon at 2025-09-04T12:40:52+02:00
winevulkan: Avoid converting unexposed extensions structs.
- - - - -
2 changed files:
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/beed63ac4e613133efa615511b517…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/beed63ac4e613133efa615511b517…
You're receiving this email because of your account on gitlab.winehq.org.