Alexandre Julliard pushed to branch master at wine / wine
Commits:
6fa501ba by Paul Gofman at 2025-10-16T18:28:06+02:00
ntdll/tests: Add more tests for nested exceptions on x64.
- - - - -
ad3dded0 by Paul Gofman at 2025-10-16T18:28:06+02:00
ntdll: Make nested_exception_handler() arch specific.
- - - - -
b825ccf5 by Paul Gofman at 2025-10-16T18:28:06+02:00
ntdll: Clear nested exception flag at correct frame on x64.
- - - - -
7 changed files:
- dlls/ntdll/exception.c
- dlls/ntdll/ntdll_misc.h
- dlls/ntdll/signal_arm.c
- dlls/ntdll/signal_arm64.c
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/signal_x86_64.c
- dlls/ntdll/tests/exception.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8aa56867856adda57c8151c182673…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8aa56867856adda57c8151c182673…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e38c2381 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Handle filter value passed in via D3DX10_IMAGE_LOAD_INFO.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
4a2add21 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Add support for generating mipmaps to load_texture_data().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
a53c60e2 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Handle FirstMipLevel argument in load_texture_data().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
8aa56867 by Connor McAdams at 2025-10-16T18:28:06+02:00
d3dx10: Pass D3DX10_IMAGE_LOAD_INFO texture creation arguments through in load_texture_data().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx10_43/texture.c
- dlls/d3dx9_36/d3dx9_private.h
- dlls/d3dx9_36/d3dx_helpers.c
- dlls/d3dx9_36/d3dx_helpers.h
- dlls/d3dx9_36/texture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb6683cc14072adbf38ee622f9e18…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cb6683cc14072adbf38ee622f9e18…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f81095db by Yuxuan Shui at 2025-10-16T14:50:23+02:00
include: Add atomic read/write of pointers.
- - - - -
ad90e0cf by Luca Bacci at 2025-10-16T14:50:23+02:00
ntdll: Use ReadPointerAcquire to get pointer value in RtlRunOnceBeginInitialize.
This is needed on architectures with weak memory models like ARM64.
- - - - -
2 changed files:
- dlls/ntdll/sync.c
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e0bb04bd9859f4e8909b97156b90d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e0bb04bd9859f4e8909b97156b90d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
32b81d8b by Michael Stefaniuc at 2025-10-16T13:55:43+02:00
dmscript: Move the loading of the container to a helper.
- - - - -
096cfa76 by Michael Stefaniuc at 2025-10-16T13:55:43+02:00
dmscript: Reimplement the loading of a script.
- - - - -
e0bb04bd by Michael Stefaniuc at 2025-10-16T13:55:43+02:00
dmscript: Get rid of the IDirectMusicScriptImpl typedef.
- - - - -
2 changed files:
- dlls/dmscript/dmscript_private.h
- dlls/dmscript/script.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25d80f327d81c901dc8b0d7923a24…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25d80f327d81c901dc8b0d7923a24…
You're receiving this email because of your account on gitlab.winehq.org.