Alexandre Julliard pushed to branch master at wine / wine
Commits:
c78edbc0 by Rémi Bernon at 2025-10-10T18:52:11+02:00
winex11: Move colormap ownership to x11drv_client_surface.
- - - - -
4c6eead9 by Rémi Bernon at 2025-10-10T18:52:11+02:00
winex11: Use the visual depth when creating the client window.
- - - - -
6124fea1 by Rémi Bernon at 2025-10-10T18:52:11+02:00
winex11: Lookup visual from EGL config EGL_NATIVE_VISUAL_ID.
- - - - -
5 changed files:
- dlls/winex11.drv/init.c
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/vulkan.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d8094294627534618f794ed9b4018…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d8094294627534618f794ed9b4018…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
01dd12cc by Dmitry Timoshkov at 2025-10-10T18:51:25+02:00
adsldp: Implement IADs::get_Schema().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
78111ba9 by Dmitry Timoshkov at 2025-10-10T18:51:25+02:00
adsldp: Fail to create IADs if it doesn't have an associated schema attribute.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
880564ac by Dmitry Timoshkov at 2025-10-10T18:51:25+02:00
activeds: Retry without ADS_SECURE_AUTHENTICATION for an AD path.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
682762ac by Dmitry Timoshkov at 2025-10-10T18:51:25+02:00
adsldp/tests: Add some tests for IADs::get_Schema().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
20256e16 by Dmitry Timoshkov at 2025-10-10T18:51:25+02:00
adsldp: Accept virtual objects in IADsOpenDSObject::OpenDSObject().
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
d8094294 by Dmitry Timoshkov at 2025-10-10T18:51:26+02:00
adsldp/tests: Add a test for opening schema as an ADs object.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
4 changed files:
- dlls/activeds/activeds_main.c
- dlls/adsldp/Makefile.in
- dlls/adsldp/adsldp.c
- dlls/adsldp/tests/ldap.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5118a614b2d4dbbb248c3902c784f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5118a614b2d4dbbb248c3902c784f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0334100b by Rémi Bernon at 2025-10-10T16:52:59+02:00
win32u: Pass the caller class name to NtUserCreateWindowEx.
- - - - -
8cf9d40d by Rémi Bernon at 2025-10-10T16:53:00+02:00
win32u: Use the caller class name in CREATESTRUCT lpszClass.
- - - - -
5118a614 by Rémi Bernon at 2025-10-10T16:53:00+02:00
win32u: Set CREATESTRUCT lpszClass to the base class name.
- - - - -
10 changed files:
- dlls/user32/tests/class.c
- dlls/user32/win.c
- dlls/win32u/imm.c
- dlls/win32u/main.c
- dlls/win32u/menu.c
- dlls/win32u/vulkan.c
- dlls/win32u/win32u.spec
- dlls/win32u/window.c
- dlls/wow64win/user.c
- include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d3cb94b543e8ccc4a6baa7a8a2c31…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d3cb94b543e8ccc4a6baa7a8a2c31…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f24d38e1 by Rémi Bernon at 2025-10-10T16:52:55+02:00
winex11: Flush the thread display after processing every event.
- - - - -
88ad7e11 by Rémi Bernon at 2025-10-10T16:52:56+02:00
winex11: Remove some arguably unnecessary XFlush calls.
- - - - -
d3cb94b5 by Rémi Bernon at 2025-10-10T16:52:56+02:00
win32u: Check QS_DRIVER bit before calling ProcessEvents.
- - - - -
3 changed files:
- dlls/win32u/message.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a1988e446cb8cc8128635262965e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a1988e446cb8cc8128635262965e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9b07617c by Rémi Bernon at 2025-10-10T16:52:51+02:00
winevulkan: Swap VK_KHR_external_fence_win32 with the host extension.
- - - - -
169e82a6 by Rémi Bernon at 2025-10-10T16:52:51+02:00
win32u: Swap handle types in vkGetPhysicalDeviceExternalFenceProperties.
- - - - -
48b083ad by Rémi Bernon at 2025-10-10T16:52:51+02:00
win32u: Implement export of fences as D3DKMT global handles.
- - - - -
d01c9b1b by Rémi Bernon at 2025-10-10T16:52:51+02:00
win32u: Implement import of fences from D3DKMT global handles.
- - - - -
fcb67df4 by Rémi Bernon at 2025-10-10T16:52:51+02:00
win32u: Implement export of fences as D3DKMT shared handles.
- - - - -
9b23bd2a by Rémi Bernon at 2025-10-10T16:52:51+02:00
win32u: Implement import of fences from D3DKMT shared handles.
- - - - -
1a1988e4 by Rémi Bernon at 2025-10-10T16:52:51+02:00
win32u: Implement import of fences from D3DKMT object names.
- - - - -
5 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_private.h
- dlls/winewayland.drv/vulkan.c
- dlls/winex11.drv/vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6214496bf12a3d203ff0ec9250bb4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6214496bf12a3d203ff0ec9250bb4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
348181b3 by Matteo Bruni at 2025-10-10T15:32:22+02:00
d3dx9: Handle inverse transposed matrix in UpdateSkinnedMesh().
- - - - -
596417ed by Matteo Bruni at 2025-10-10T15:32:22+02:00
d3dx9/tests: Skip ID3DXRenderToSurface tests if BeginScene() fails.
- - - - -
b2244fe6 by Matteo Bruni at 2025-10-10T15:32:22+02:00
d3dx9/tests: Increase tolerance in test_D3DXSHEvalDirectionalLight().
For 32-bit clang Linux builds. Also tidy up the test a bit.
- - - - -
46925694 by Matteo Bruni at 2025-10-10T15:32:24+02:00
d3dx9/tests: Add some fallback formats in the texture tests.
- - - - -
b77ed6cf by Matteo Bruni at 2025-10-10T15:32:24+02:00
d3dx10/tests: Disable size validation test.
It seems to cause sporadic crashes on Windows 10.
- - - - -
6214496b by Matteo Bruni at 2025-10-10T15:32:26+02:00
d3dx11/tests: Disable size validation test.
It seems to cause sporadic crashes on Windows 10.
- - - - -
7 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx11_43/tests/d3dx11.c
- dlls/d3dx9_36/skin.c
- dlls/d3dx9_36/tests/core.c
- dlls/d3dx9_36/tests/math.c
- dlls/d3dx9_36/tests/mesh.c
- dlls/d3dx9_36/tests/texture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf7649514b54061acd891f9662627…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf7649514b54061acd891f9662627…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f4e5d266 by Alexandre Julliard at 2025-10-10T13:41:08+02:00
makefiles: List headers in the makefile if they shadow a global header.
So that we only need to look on disk for local headers. It saves about
30% on the time needed to parse dependencies.
- - - - -
5bd4eb7b by Alexandre Julliard at 2025-10-10T13:42:36+02:00
setupapi: Only use the actual source name for the first file in the manifest.
- - - - -
bf764951 by Alexandre Julliard at 2025-10-10T13:42:36+02:00
msi/tests: Clear the export directory on copied dll to prevent loading the builtin.
- - - - -
8 changed files:
- dlls/msi/tests/package.c
- dlls/setupapi/fakedll.c
- libs/fluidsynth/Makefile.in
- libs/mpg123/Makefile.in
- libs/vkd3d/Makefile.in
- server/Makefile.in
- tools/make_makefiles
- tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8138aa748024b9227679675e15755…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8138aa748024b9227679675e15755…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8138aa74 by Rémi Bernon at 2025-10-10T11:08:33+02:00
win32u: Introduce a new D3DKMT_ESCAPE_UPDATE_RESOURCE_WINE code.
A Wine-specific D3DKMTEscape code to update a previously created and
exported global D3DKMT resource runtime data.
- - - - -
7 changed files:
- dlls/win32u/d3dkmt.c
- include/ddk/d3dkmthk.h
- include/wine/server_protocol.h
- server/d3dkmt.c
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8138aa748024b9227679675e157551…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8138aa748024b9227679675e157551…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a260390a by Michael Stefaniuc at 2025-10-10T11:07:47+02:00
dmstyle: Move the parsing of the style bands to a helper.
- - - - -
29283193 by Michael Stefaniuc at 2025-10-10T11:07:47+02:00
dmstyle: Avoid Hungarian notation in a private struct.
- - - - -
84c01ae7 by Michael Stefaniuc at 2025-10-10T11:07:47+02:00
dmstyle: Simplify the load_band() helper.
And avoid a DirectMusicBand object leak on load failure.
- - - - -
07ede0b7 by Michael Stefaniuc at 2025-10-10T11:07:49+02:00
dmstyle: Move the IStream resetting to the load_band() helper.
- - - - -
80bd057b by Michael Stefaniuc at 2025-10-10T11:07:49+02:00
dmstyle: Use load_band() for the pattern band too.
- - - - -
43ce1a00 by Michael Stefaniuc at 2025-10-10T11:07:49+02:00
dmstyle: Simplify the style IPersistStream_Load method.
- - - - -
68361d8f by Michael Stefaniuc at 2025-10-10T11:07:49+02:00
dmstyle: Remove no longer needed helpers.
- - - - -
6028571e by Michael Stefaniuc at 2025-10-10T11:07:49+02:00
dmstyle: Issue a FIXME for unhandled references to chormaps in a style.
- - - - -
4 changed files:
- dlls/dmstyle/Makefile.in
- − dlls/dmstyle/dmutils.c
- dlls/dmstyle/dmutils.h
- dlls/dmstyle/style.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2763c342ed7ff0cc6692d6d59cab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b2763c342ed7ff0cc6692d6d59cab…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2bb0e3d4 by Rémi Bernon at 2025-10-10T11:07:13+02:00
server: Use the object runtime data size for the reply.
- - - - -
2123f831 by Rémi Bernon at 2025-10-10T11:07:13+02:00
server: Don't crash in d3dkmt_share_objects if attributes are invalid.
- - - - -
b2763c34 by Rémi Bernon at 2025-10-10T11:07:13+02:00
win32u: Fix swapped security / root object attributes.
- - - - -
2 changed files:
- dlls/win32u/vulkan.c
- server/d3dkmt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/44fdaf1021c785c635934beb27ab4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/44fdaf1021c785c635934beb27ab4…
You're receiving this email because of your account on gitlab.winehq.org.