Alexandre Julliard pushed to branch master at wine / wine
Commits:
e4fd3286 by Jacek Caban at 2025-07-01T21:47:39+02:00
d3dcompiler: Don't assume that enum is unsigned in d3dcompiler_get_blob_part.
Fixes D3D_BLOB_PART validation tests on Clang in MSVC mode.
- - - - -
b5f7d9a2 by Jacek Caban at 2025-07-01T21:47:39+02:00
d3dcompiler: Handle all D3D_BLOB_PART values in d3dcompiler_get_blob_part validation.
- - - - -
1 changed file:
- dlls/d3dcompiler_43/blob.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a9df1f4c5a8448f426ba3454faf2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a9df1f4c5a8448f426ba3454faf2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6a9df1f4 by Alexandros Frantzis at 2025-07-01T21:47:39+02:00
winewayland: Use system cursor shapes when possible.
Use the cursor-shapes-v1 protocol to tell the compositor which system
cursor shape to use. If a shape match is not found (or cursor-shapes-v1
is not available) we fall back to setting the cursor buffer from the
Windows cursor data as before.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57648
- - - - -
5 changed files:
- dlls/winewayland.drv/Makefile.in
- + dlls/winewayland.drv/cursor-shape-v1.xml
- dlls/winewayland.drv/wayland.c
- dlls/winewayland.drv/wayland_pointer.c
- dlls/winewayland.drv/waylanddrv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/6a9df1f4c5a8448f426ba3454faf25…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/6a9df1f4c5a8448f426ba3454faf25…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2c80dd4b by Jacek Caban at 2025-07-01T21:47:38+02:00
dmime/tests: Use ceil instead of round.
round is not available in msvcrt.dll. While it’s typically handled via a compiler
builtin, that’s not the case with Clang when -ffp-exception-behavior=maytrap is used.
- - - - -
9195d892 by Jacek Caban at 2025-07-01T21:47:38+02:00
configure: Build PEs with -ffp-exception-behavior=maytrap.
Fixes gdiplus tests in Clang build.
- - - - -
3 changed files:
- configure
- configure.ac
- dlls/dmime/tests/dmime.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/81512bb2fbf1b32e6462d79030b31…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/81512bb2fbf1b32e6462d79030b31…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ecad3956 by Yuxuan Shui at 2025-07-01T21:47:38+02:00
msvcrt: Don't release io memory during process shutdown.
In kernel32/tests/loader.c, child_process will try to write to stdout after
calling LdrShutdownProcess. LdrShutdownProcess calls DLL_PROCESS_DETACH on
msvcrt, which calls msvcrt_free_io, which frees the ioinfo blocks. So to
prevent use after free in this case, we don't free them during shutdown.
- - - - -
2 changed files:
- dlls/msvcrt/file.c
- dlls/msvcrt/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ecad3956367b8203d9458962dd49fb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ecad3956367b8203d9458962dd49fb…
You're receiving this email because of your account on gitlab.winehq.org.