Alexandre Julliard pushed to branch master at wine / wine
Commits:
edfc7b57 by Tim Clem at 2025-10-28T23:24:00+01:00
winemac.drv: Explicitly track the shape layer used for letter/pillarboxes.
The content view's layer can have internal sublayers from Cocoa, so
assuming anything about the hierarchy is dangerous and can result in
us removing backing layers for visible content.
- - - - -
1 changed file:
- dlls/winemac.drv/cocoa_window.m
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/edfc7b57af7b4bf1fc5e95b7c47e7f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/edfc7b57af7b4bf1fc5e95b7c47e7f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5d1887f8 by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
ntdll: Remove redundant definitions for Linux.
This partly reverts commit c3e06df9418.
IDE6_MAJOR and IDE7_MAJOR definitions were introduced in Linux 2.3.1
and Linux 2.2 series support has been dropped since Wine 9.3 and later.
As of commit eacd06264e2, we no longer use CDROM_SEND_PACKET ioctl.
- - - - -
a0eaa968 by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
ntdll: Separate the I/O buffers in IOCTL_SCSI_PASS_THROUGH_DIRECT.
- - - - -
f798529e by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
ntdll: Add wow64 support for IOCTL_SCSI_PASS_THROUGH_DIRECT.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58257
- - - - -
6a825230 by Akihiro Sagawa at 2025-10-28T23:24:00+01:00
kernel32/tests: Add IOCTL_SCSI_PASS_THROUGH_DIRECT tests for optical drives.
- - - - -
2 changed files:
- dlls/kernel32/tests/volume.c
- dlls/ntdll/unix/cdrom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c86960bb16c3129271c265a4e0ef4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c86960bb16c3129271c265a4e0ef4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
6f7f4074 by Alexandre Julliard at 2025-10-28T11:32:49+01:00
gitlab: Fix regexp to extract dll name for Windows tests.
- - - - -
0765c5c2 by Alexandre Julliard at 2025-10-28T13:41:38+01:00
kernel32/tests: Use CRT allocation functions.
- - - - -
a070938f by Alexandre Julliard at 2025-10-28T13:41:38+01:00
comctl32/tests: Use CRT allocation functions.
- - - - -
0fcc187d by Alexandre Julliard at 2025-10-28T23:24:00+01:00
kernelbase: Fix error returned for paths with a trailing backslash.
Based on MR !6759 by Fabian Maurer.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57376
- - - - -
9 changed files:
- dlls/comctl32/tests/msg.h
- dlls/comctl32/tests/pager.c
- dlls/comctl32/tests/toolbar.c
- dlls/kernel32/profile.c
- dlls/kernel32/tests/debugger.c
- dlls/kernel32/tests/file.c
- dlls/kernel32/tests/process.c
- dlls/kernelbase/file.c
- tools/gitlab/build.yml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38938bdb6f752cb68d13d833be97d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38938bdb6f752cb68d13d833be97d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
84c4a4f8 by Giovanni Mascellani at 2025-10-28T16:48:21+01:00
tests/hlsl: Do not test overflowing a float-to-half typed buffer read.
Native implementations do not behave consistently.
- - - - -
d3f658d4 by Giovanni Mascellani at 2025-10-28T16:51:20+01:00
tests/hlsl: Skip a tessellation test that is buggy on WARP with SM>=6.
- - - - -
2 changed files:
- tests/hlsl/tessellation-patch-vars.shader_test
- tests/hlsl/texture-load-typed.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b3f5bfdb7e3b3ffee387f0a617ea…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b3f5bfdb7e3b3ffee387f0a617ea…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
491fecc6 by Giovanni Mascellani at 2025-10-28T16:36:33+01:00
vkd3d-shader/msl: Introduce msl_get_binding().
- - - - -
957c6728 by Giovanni Mascellani at 2025-10-28T16:42:14+01:00
vkd3d-shader/msl: Return a raw index from msl_get_binding().
In the future that will involve some computation, and it will not
necessarily correspond to a struct vkd3d_shader_descriptor_binding
object.
- - - - -
b3f5bfdb by Giovanni Mascellani at 2025-10-28T16:46:33+01:00
vkd3d-shader/msl: Retrieve the CBV register space from the descriptor information.
- - - - -
1 changed file:
- libs/vkd3d-shader/msl.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/94c959519658d624e3946a596e7f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/94c959519658d624e3946a596e7f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
deb7a67d by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Introduce hlsl_block_add_constant().
- - - - -
bdb31a49 by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for hlsl_fold_constant_swizzles().
- - - - -
6e8eeb8f by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for hlsl_fold_constant_identities().
- - - - -
1f40222a by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for hlsl_fold_constant_exprs().
- - - - -
94c95951 by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for fold_conditional_identities().
- - - - -
5 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/hlsl_constant_ops.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dedb14e55e3f468711e37ebdbb26…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dedb14e55e3f468711e37ebdbb26…
You're receiving this email because of your account on gitlab.winehq.org.