Alexandre Julliard pushed to branch master at wine / wine
Commits:
c4419653 by Yuxuan Shui at 2025-07-07T20:51:46+02:00
d3dx9/tests: Fix volume test boxes.
This test seems to be testing different filters when creating volumes, and
nothing indicates it's intentionally testing volume creation from out-of-bound
srcboxes.
The pixels array is 16x4 bytes, pixel format D3DFMT_A8R8G8B8 is 4 bpp, so pixels
have 16 pixels in total. The boxes have 2 slices, with a slice pitch of 32
bytes, that's 8 pixel/slice. The original width*height is 6*6 which is thus
beyond these bounds. This commit changed it to 4*2 so the rowpitch of 16 bytes
is perserved.
- - - - -
1 changed file:
- dlls/d3dx9_36/tests/volume.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c4419653c694ad05adb3cc9a0c70a1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c4419653c694ad05adb3cc9a0c70a1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8958fc20 by Gabriel Ivăncescu at 2025-07-05T11:27:23+02:00
mshtml: Clear the document before opening it for writing.
On open(), native always clears the document, but gecko only clears it if
it was closed.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
e47698ca by Gabriel Ivăncescu at 2025-07-05T11:27:27+02:00
mshtml: Implement document.linkColor.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ee68d3ab by Gabriel Ivăncescu at 2025-07-05T11:27:27+02:00
mshtml: Implement document.vLinkColor.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3 changed files:
- dlls/mshtml/htmldoc.c
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/dom.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e34cc0330a32a7d45584bca87d539…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e34cc0330a32a7d45584bca87d539…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
175c9c41 by Vibhav Pant at 2025-07-04T10:29:22+02:00
ntoskrnl.exe/tests: Add tests for Io{Get,Set}DeviceInterfacePropertyData.
- - - - -
744968ed by Vibhav Pant at 2025-07-04T10:29:27+02:00
ntoskrnl.exe: Implement IoGetDeviceInterfacePropertyData.
- - - - -
e34cc033 by Vibhav Pant at 2025-07-04T10:29:29+02:00
ntoskrnl.exe: Implement IoSetDeviceInterfacePropertyData.
- - - - -
4 changed files:
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- dlls/ntoskrnl.exe/pnp.c
- dlls/ntoskrnl.exe/tests/driver_pnp.c
- include/ddk/wdm.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4fd45a704138557492afcb63dedaa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4fd45a704138557492afcb63dedaa…
You're receiving this email because of your account on gitlab.winehq.org.