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/b25756d88ea1300d10a7ba4dc271d6...