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.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8db94656 by Elizabeth Figura at 2025-09-04T14:04:27+02:00
vkd3d-shader/hlsl: Use unique temps for SINCOS.
- - - - -
a44d79a1 by Elizabeth Figura at 2025-09-04T14:04:27+02:00
vkd3d-shader/hlsl: Use a simple counter for indexable temps.
- - - - -
0096ae43 by Elizabeth Figura at 2025-09-04T14:04:27+02:00
vkd3d-shader/hlsl: Remove liveness range tracking from the allocator.
We no longer use it.
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5f443593e36f1ee4d1400f117ab7…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5f443593e36f1ee4d1400f117ab7…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
0d8acc97 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_register_addressing().
- - - - -
2a71e96a by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_get_descriptor_index().
- - - - -
b9b88387 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_int_to_bool().
- - - - -
441088e4 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bool_to_int().
- - - - -
5f443593 by Henri Verbeet at 2025-09-04T14:03:34+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_bool_to_int64().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cba58fdb592b89609025d57d03b2…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/cba58fdb592b89609025d57d03b2…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
eb534727 by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_ssa_register().
- - - - -
8c94dc87 by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_dst_param().
- - - - -
6e68f29f by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_src_param().
- - - - -
535837eb by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_elementwise_operation().
- - - - -
cba58fdb by Henri Verbeet at 2025-09-04T14:02:51+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_comparison_operation().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d8ea8894ab68a82269f65da59901…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d8ea8894ab68a82269f65da59901…
You're receiving this email because of your account on gitlab.winehq.org.