Alexandre Julliard pushed to branch master at wine / wine
Commits:
52cb060f by Gerald Pfeifer at 2025-04-07T09:49:16+02:00
ntdll: Fix build on platforms without getauxval.
Commit b1b5105ceb moved the following block
#ifdef AT_HWCAP2
if (getauxval( AT_HWCAP2 ) & 2) syscall_flags |= SYSCALL_HAVE_WRFSGSBASE;
#endif
out of an #ifdef __linux__ block and it now causes failures on FreeBSD
and others which do not have getauxval.
- - - - -
1 changed file:
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52cb060f41e96dfd2140a32b4ef70b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/52cb060f41e96dfd2140a32b4ef70b…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
77a24c72 by Alistair Leslie-Hughes at 2025-04-05T11:52:49+11:00
Updated vkd3d-latest patchset
- - - - -
708eb528 by Alistair Leslie-Hughes at 2025-04-05T11:53:02+11:00
Rebase against f3843ea16b85012d0d0ca0f4f95a4c87c97d03f9.
- - - - -
835c92a2 by Alistair Leslie-Hughes at 2025-04-06T12:29:00+10:00
Release v10.5
- - - - -
8 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-81dc67b1ef411ea3cd7c09e6e935765ac15.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-a4f58be00c58e06b5bd60bec7eb9e37b6f1.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-e418bbcfac74230dfbf0c49b72c4f059cb1.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-110edf32d0b2a2f0a49cdd76c977b9eedd0.patch
- + patches/vkd3d-latest/0005-Updated-vkd3d-to-f576ecc9929dd98c900bb8bc0335b91a1a0.patch
- patches/winedevice-Default_Drivers/0001-win32k.sys-Add-stub-driver.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/8924ee42d868d8d2785a8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/8924ee42d868d8d2785a8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3bb59389 by Francisco Casas at 2025-04-04T14:23:52+02:00
d2d1: Add [loop] attribute in sample_gradient() shader function.
Skips loop unrolling when compiling the shader, which lowers compilation
time from ~80ms to ~40ms on my machine, which might preempt stutters for
applications that call d2d_device_context_init() many times.
- - - - -
1 changed file:
- dlls/d2d1/device.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3bb5938957f90dfbb5dfa9ed2d28da…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3bb5938957f90dfbb5dfa9ed2d28da…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f53bab38 by Alexandre Julliard at 2025-04-04T12:56:22+02:00
makefiles: Handle the makefile disable flags directly in configure.
- - - - -
2776c84c by Alexandre Julliard at 2025-04-04T12:56:22+02:00
makefiles: Skip building some programs that are only useful for the host architecture.
- - - - -
5 changed files:
- aclocal.m4
- configure
- configure.ac
- loader/wine.inf.in
- tools/make_makefiles
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1114a1c5033e3bd3f48ffd9df5bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b1114a1c5033e3bd3f48ffd9df5bd…
You're receiving this email because of your account on gitlab.winehq.org.