Alexandre Julliard pushed to branch master at wine / wine
Commits:
4f17e8df by Rémi Bernon at 2025-09-10T18:23:24+02:00
winevulkan: Simplify device enabled extension conversion.
- - - - -
5bd29608 by Rémi Bernon at 2025-09-10T18:23:24+02:00
winevulkan: Check surface_maintenance1 before using swapchain_maintenance1.
- - - - -
29f62de6 by Rémi Bernon at 2025-09-10T18:23:25+02:00
win32u: Assume the VkPresentInfoKHR struct is copied in the thunks.
- - - - -
bc476fac by Rémi Bernon at 2025-09-10T18:23:25+02:00
winevulkan: Force copy of the VkSemaphoreSubmitInfo struct chain.
- - - - -
92dbf7cd by Rémi Bernon at 2025-09-10T18:23:29+02:00
win32u: Wrap vulkan semaphore objects.
- - - - -
39222f21 by Rémi Bernon at 2025-09-10T18:23:33+02:00
win32u: Wrap vulkan fence objects.
- - - - -
5 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_thunks.c
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9ed127c0059af080cdd40e6cef33…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9ed127c0059af080cdd40e6cef33…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
feab0a04 by Gabriel Ivăncescu at 2025-09-10T18:22:58+02:00
mshtml: Expose toJSON only in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
b63b6262 by Gabriel Ivăncescu at 2025-09-10T18:22:58+02:00
mshtml: Don't expose toString from Performance* objects' prototypes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
82bcfcc6 by Gabriel Ivăncescu at 2025-09-10T18:23:01+02:00
mshtml: Implement toJSON() for PerformanceTiming.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
988a21e3 by Gabriel Ivăncescu at 2025-09-10T18:23:01+02:00
mshtml: Implement toJSON() for PerformanceNavigation.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d9ed127c by Gabriel Ivăncescu at 2025-09-10T18:23:02+02:00
mshtml: Implement toJSON() for Performance.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/jscript/jscript.c
- dlls/jscript/jsdisp.idl
- dlls/mshtml/dispex.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/omnavigator.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d27dd245990b5717f24898f7a7d8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d27dd245990b5717f24898f7a7d8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a028fd3 by Alistair Leslie-Hughes at 2025-09-10T18:22:28+02:00
winmm: Always call MCI_UnmapMsgAtoW in mciSendCommandA.
MCI_UnmapMsgAtoW handles all cases where MCI_MapMsgAtoW allocates memory.
- - - - -
65330c21 by Alistair Leslie-Hughes at 2025-09-10T18:22:30+02:00
winmm: MCI_MapMsgAtoW return error code directly instead of a tri-value.
Based on patch by Michael Müller.
- - - - -
1 changed file:
- dlls/winmm/mci.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e6a5b6d303e47ba4b16eeba36cde…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e6a5b6d303e47ba4b16eeba36cde…
You're receiving this email because of your account on gitlab.winehq.org.