Alexandre Julliard pushed to branch master at wine / wine
Commits:
745a11a2 by Alexandre Julliard at 2025-05-27T10:20:21+02:00
ntdll: Fetch the XState supported features mask from the user shared data.
- - - - -
beddc6f2 by Alexandre Julliard at 2025-05-27T10:22:08+02:00
ntdll: Fetch the XState features mask from the user shared data.
- - - - -
8eace01c by Alexandre Julliard at 2025-05-27T10:22:58+02:00
ntdll: Fetch the XState features size from the user shared data.
- - - - -
5e70a4d8 by Alexandre Julliard at 2025-05-27T10:23:55+02:00
ntdll: Fetch the XState compaction flag from the user shared data.
- - - - -
3f05bb91 by Alexandre Julliard at 2025-05-27T10:24:43+02:00
ntdll: Fetch the XState features offsets from the user shared data.
- - - - -
6b65ae4e by Alexandre Julliard at 2025-05-27T10:26:23+02:00
ntdll: Check processor features from the user shared data.
- - - - -
4 changed files:
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/system.c
- dlls/ntdll/unix/unix_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9172b0acf052d0f3c087a9f5f5ec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9172b0acf052d0f3c087a9f5f5ec…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
87ec2d98 by Nikolay Sivov at 2025-05-27T20:24:24+02:00
vkd3d-shader/fx: Fix writing fx_2_0 structure parameters.
Currently structure type descriptions get interleaved with variable
length string data. The solution is to write all fixed length fields
first, then append strings.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- libs/vkd3d-shader/fx.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/87ec2d98973432531d7d9d08dfc83…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/87ec2d98973432531d7d9d08dfc83…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
bb501177 by Giovanni Mascellani at 2025-05-27T19:44:27+02:00
ci: Really use DXC 1.8.2502 for macOS.
In theory commit 7b07d77396a026d2ec643ed37b73ecfca4daeb5c already
did that, but in practice it ended up picking a commit from the
1.8.2405 branch, where a few of our tests fail. Since I hope to
soon enable DXC for macOS again, it's useful to fix that oversight.
- - - - -
1 changed file:
- gitlab/image.yml
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/bb50117747a65b5a5623424714c6d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/bb50117747a65b5a5623424714c6d…
You're receiving this email because of your account on gitlab.winehq.org.