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:
a17688d6 by Alexandre Julliard at 2025-06-10T12:17:20+02:00
kernelbase: Flesh out RaiseFailFastException() implementation.
- - - - -
3e455a28 by Alexandre Julliard at 2025-06-10T12:42:51+02:00
msvcrt: Define C++ type info as an array to avoid & operator.
- - - - -
9d05345d by Alexandre Julliard at 2025-06-10T12:43:11+02:00
msvcrt: Define C++ type info using RVAs for PE builds.
- - - - -
5c73b76e by Alexandre Julliard at 2025-06-10T12:55:25+02:00
msvcrt: Define RTTI base descriptor as an array to avoid & operator.
- - - - -
b138090b by Alexandre Julliard at 2025-06-10T12:57:07+02:00
msvcrt: Define RTTI data using RVAs for PE builds.
- - - - -
14 changed files:
- dlls/concrt140/concrt140.c
- dlls/kernelbase/debug.c
- dlls/msvcirt/msvcirt.c
- dlls/msvcp140_1/msvcp140_1.c
- dlls/msvcp60/ios.c
- dlls/msvcp90/cxx.h
- dlls/msvcp90/exception.c
- dlls/msvcp90/ios.c
- dlls/msvcp90/locale.c
- dlls/msvcp90/misc.c
- dlls/msvcrt/concurrency.c
- dlls/msvcrt/cpp.c
- dlls/msvcrt/cxx.h
- include/winbase.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/260346a9160568004b9cb123608fb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/260346a9160568004b9cb123608fb…
You're receiving this email because of your account on gitlab.winehq.org.