Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5bfb2da by Tim Clem at 2025-06-10T22:44:19+02:00
vcruntime140_1: Add a version resource.
- - - - -
4e0159b8 by Tim Clem at 2025-06-10T22:44:19+02:00
msvcp140_2: Add a version resource.
- - - - -
4 changed files:
- dlls/msvcp140_2/Makefile.in
- + dlls/msvcp140_2/version.rc
- dlls/vcruntime140_1/Makefile.in
- + dlls/vcruntime140_1/version.rc
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ca73c9856cdb6d4faaef334c52b26…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ca73c9856cdb6d4faaef334c52b26…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3daf88b7 by Yuxuan Shui at 2025-06-10T22:44:18+02:00
d3dx9_36/tests: Use correct row pitch for D3DXLoadSurfaceFromMemory.
The source rect is set to be 2x2, and sizeof(pixdata) is used as the row pitch. Which means the
second row is located beyond the end of pixdata.
Tests added back in be8afaff686e, commit message doesn't seem to indicate this was trying to test
out-of-bound read. So use the correct row pitch here.
- - - - -
1 changed file:
- dlls/d3dx9_36/tests/surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3daf88b789f5b915424896b1a3860c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3daf88b789f5b915424896b1a3860c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
78bc1233 by Matteo Bruni at 2025-06-10T22:44:18+02:00
d3dcompiler/tests: Avoid precision issues in the trigonometry tests.
Previously, depending on how the sin() was calculated, we could get a
small number or exactly 0, which unfortunately can be pretty far
between in terms of ULPs. We don't really want to test edge-case
accuracy with trig functions in the first place, so just nudge the
angle away from exact values.
- - - - -
1 changed file:
- dlls/d3dcompiler_43/tests/hlsl_d3d9.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/78bc12338556d7aa2e970df9121755…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/78bc12338556d7aa2e970df9121755…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d2fa1bb0 by Rémi Bernon at 2025-06-10T22:44:18+02:00
server: Fix shared object offset when additional blocks are allocated.
The shared object offset is an absolute offset from the start of the
session shared memory file, as it is used to identify the corresponding
mmapped block on the client side.
- - - - -
24d61756 by Rémi Bernon at 2025-06-10T22:44:18+02:00
win32u: Remove unnecessary shared object lock reset.
- - - - -
8c373ecf by Rémi Bernon at 2025-06-10T22:44:18+02:00
server: Allocate shared memory objects for windows.
- - - - -
ad39602c by Rémi Bernon at 2025-06-10T22:44:18+02:00
server: Move window dpi_context to the shared memory.
- - - - -
8e3894e2 by Rémi Bernon at 2025-06-10T22:44:18+02:00
win32u: Pass id and offset separately to find_shared_session_object.
- - - - -
2800e7d5 by Rémi Bernon at 2025-06-10T22:44:18+02:00
win32u: Read window dpi_context from the shared memory.
- - - - -
14 changed files:
- dlls/win32u/ntuser_private.h
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/win32u/winstation.c
- include/ntuser.h
- include/wine/server_protocol.h
- server/hook.c
- server/mapping.c
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/user.c
- server/user.h
- server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2227c43919bb1df932ac06a857b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db2227c43919bb1df932ac06a857b…
You're receiving this email because of your account on gitlab.winehq.org.