Alexandre Julliard pushed to branch master at wine / wine
Commits:
e377b740 by Alexandre Julliard at 2025-07-17T11:26:48+02:00
ntdll: Get rid of the wine_nt_to_unix_file_name syscall.
- - - - -
7b4fb93e by Alexandre Julliard at 2025-07-17T11:33:42+02:00
ntdll: Remove some commented stubs that no longer exist in recent Windows.
We are most likely never going to need them.
- - - - -
07b4a234 by Alexandre Julliard at 2025-07-17T17:52:23+02:00
ntdll: Add NtAccessCheckByTypeAndAuditAlarm() and NtCloseObjectAuditAlarm() stubs.
They need explicit syscall ids.
- - - - -
5b3862a3 by Alexandre Julliard at 2025-07-17T17:52:23+02:00
ntdll: Add more LPC stubs.
They need explicit syscall ids.
- - - - -
d39717f4 by Alexandre Julliard at 2025-07-17T20:24:32+02:00
kernel32/tests: Fix a couple of test failures.
- - - - -
14 changed files:
- dlls/kernel32/tests/file.c
- dlls/kernel32/tests/heap.c
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/unix/file.c
- dlls/ntdll/unix/security.c
- dlls/ntdll/unix/sync.c
- dlls/wow64/file.c
- dlls/wow64/security.c
- dlls/wow64/struct32.h
- dlls/wow64/sync.c
- include/winnt.h
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b612b9dd1f7df800ab814d0cf77a4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b612b9dd1f7df800ab814d0cf77a4…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
b287e795 by Giovanni Mascellani at 2025-07-17T14:08:06+02:00
vkd3d-shader/ir: Sort vsir_validator_instructions[] alphabetically.
- - - - -
df18a053 by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate ISFINITE operations.
- - - - -
fb1fc9eb by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate ISINF operations.
- - - - -
68ad2bec by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate ISNAN operations.
- - - - -
791a93d0 by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate ITOF operations.
- - - - -
2c1d210d by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate ITOI operations.
- - - - -
ccc82a18 by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate FTOI operations.
- - - - -
a7807dea by Giovanni Mascellani at 2025-07-17T14:08:10+02:00
vkd3d-shader/ir: Validate FTOU operations.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/195e62430e8846dc541e28989c35…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/195e62430e8846dc541e28989c35…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2d848b5b by Giovanni Mascellani at 2025-07-17T14:04:00+02:00
vkd3d-shader/ir: Introduce an abstraction to iterate through vsir instructions.
- - - - -
9867d48c by Giovanni Mascellani at 2025-07-17T14:04:28+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_ifc().
- - - - -
a12d64fb by Giovanni Mascellani at 2025-07-17T14:04:28+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_texkill().
- - - - -
195e6243 by Giovanni Mascellani at 2025-07-17T14:04:28+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_precise_mad().
- - - - -
2 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ba545669cd09682960f5da17b913…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/ba545669cd09682960f5da17b913…
You're receiving this email because of your account on gitlab.winehq.org.