Alexandre Julliard pushed to branch master at wine / wine
Commits:
ba80c28c by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
comctl32/tests: Fix a window leak.
- - - - -
8e204577 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
user32: Load version for comctl32 v6 window classes.
So that versioned window classes gets registered as well. Otherwise, comctl32 v6 fails to register
its window classes when comctl32 v5 classes are still being used. This can happen, for example, when
creating a window using comctl32 v5, then unload comctl32 v5 and not destroying the window, and then
load comctl32 v6.
- - - - -
69584284 by Zhiyi Zhang at 2025-10-08T13:17:11+02:00
comctl32/tests: Add version tests.
- - - - -
3 changed files:
- dlls/comctl32/tests/datetime.c
- dlls/comctl32/tests/misc.c
- dlls/user32/class.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b082…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd6bdbeda50c2871ad5f80bb1b082…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1ac6f292 by Rémi Bernon at 2025-10-08T13:17:11+02:00
winevulkan: Treat LPCWSTR and HANDLE as pointer sized types.
- - - - -
54719aad by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Pass the name of the extension to replace to get_host_extension.
- - - - -
292051e7 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Swap VK_KHR_external_memory_win32 with the matching host extension.
- - - - -
3807dc46 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Create D3DKMT global resources for exported Vulkan memory.
- - - - -
69a125dd by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Implement Vulkan memory D3DKMT NT shared handle export.
- - - - -
723ed862 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Implement Vulkan memory D3DKMT global / shared handle import.
Only try to open the shared handle for now, then close the object.
- - - - -
e04c0d92 by Rémi Bernon at 2025-10-08T13:17:11+02:00
win32u: Implement Vulkan memory D3DKMT handle import from name.
- - - - -
12 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/tests/d3dkmt.c
- dlls/win32u/vulkan.c
- dlls/win32u/win32u_private.h
- dlls/winemac.drv/vulkan.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_private.h
- dlls/winevulkan/vulkan_thunks.c
- dlls/winewayland.drv/vulkan.c
- dlls/winex11.drv/vulkan.c
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b25756d88ea1300d10a7ba4dc271d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b25756d88ea1300d10a7ba4dc271d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
aefa22a0 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in cf_flattener_iterate_instruction_array().
- - - - -
0c3828e8 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_program_lower_switch_to_selection_ladder().
- - - - -
9af4ec2b by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_cfg_structure_list_emit_jump().
- - - - -
26d1f4c7 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate in vsir_program_materialise_phi_ssas_to_temps().
- - - - -
aa8c9350 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_cfg_structure_list_emit_block().
- - - - -
b1672fd3 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_cfg_structure_list_emit_loop().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7dea1e83d2b8dbf53f6d04fadc61…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7dea1e83d2b8dbf53f6d04fadc61…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
408eb145 by Henri Verbeet at 2025-10-08T13:32:42+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_load_src_with_type().
- - - - -
8bf97a27 by Henri Verbeet at 2025-10-08T13:32:42+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_store_dst_swizzled().
- - - - -
d50503f1 by Henri Verbeet at 2025-10-08T13:32:42+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_interpolation_decorations().
- - - - -
7dea1e83 by Henri Verbeet at 2025-10-08T13:41:18+02:00
vkd3d-shader: Get rid of component_type_is_64_bit().
Its last user was removed in commit
9623ca4a6fa33b49f1d94c08fb799076fe998afd.
- - - - -
2 changed files:
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c0db7f7ff587e54f82ceac66d60d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c0db7f7ff587e54f82ceac66d60d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
112bbbb1 by Giovanni Mascellani at 2025-10-08T13:30:17+02:00
vkd3d-shader/ir: Lower ABS modifiers to instructions.
- - - - -
c0db7f7f by Giovanni Mascellani at 2025-10-08T13:30:17+02:00
vkd3d-shader/dxil: Generate ABS instructions instead of using modifiers.
- - - - -
5 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c522db8ce8a8ea4d37532b0cd0ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c522db8ce8a8ea4d37532b0cd0ca…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
672a2bae by Alistair Leslie-Hughes at 2025-10-08T08:50:17+11:00
Rebase against dc34fef45d491516fa8eaee45b2ae40faa7b0bfe.
- - - - -
4 changed files:
- patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- patches/odbc32-fixes/0005-odbc32-SQLGetData-support-ODBC-v2.0.patch
- − patches/odbc32-fixes/0024-odbc32-SQLGetData-handle-ANSI-driver.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/672a2bae70e63d7e6dae01…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/672a2bae70e63d7e6dae01…
You're receiving this email because of your account on gitlab.winehq.org.