Alexandre Julliard pushed to branch master at wine / wine
Commits:
9c243549 by Pali Rohár at 2025-04-21T22:57:19+02:00
win87em: Fix __FPMATH symbol name.
Windows 3.0, Windows 3.1 and Windows 95 have library WIN87EM.DLL with
symbol name __FPMATH, not with _FPMATH. So fix the __FPMATH symbol name.
This change fixes running Windows 3.0 CALC.EXE application, which imports
WIN87EM.DLL symbols by name. Without this change the CALC.EXE fails on:
"No implementation for WIN87EM.__FPMATH, setting to 0xdeadbeef"
Other Windows application, including Windows 3.1+ CALC.EXE application,
import WIN87EM.DLL symbols by ordinals, so are not affected by this issue.
Signed-off-by: Pali Rohár <pali(a)kernel.org>
- - - - -
2 changed files:
- dlls/win87em.dll16/win87em.c
- dlls/win87em.dll16/win87em.dll16.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9c24354961932dcdee813f743988b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9c24354961932dcdee813f743988b6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b6e65d50 by Nikolay Sivov at 2025-04-21T22:52:24+02:00
comctl32/tests: Add a column width test for LVSCW_AUTOSIZE with a state imagelist.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5b77622d by Nikolay Sivov at 2025-04-21T22:52:24+02:00
comctl32/listview: Use state icon width when autosizing columns.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58072
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/comctl32/listview.c
- dlls/comctl32/tests/listview.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3fadf9d7a0e3cb7e6095599d9b3b3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3fadf9d7a0e3cb7e6095599d9b3b3…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4324817c by Giovanni Mascellani at 2025-04-21T14:32:58+02:00
tests/d3d12: Set the descriptor heap when clearing UAVs.
- - - - -
f932af7f by Giovanni Mascellani at 2025-04-21T14:36:39+02:00
tests/d3d12: Check that B5G6R5_UNORM and B5G5R5A1_UNORM are supported before testing them.
They are not always available on NVIDIA GPUs.
- - - - -
f890db87 by Giovanni Mascellani at 2025-04-21T14:40:31+02:00
tests/d3d12: Do not allow texture creation to fail when testing UAV uint clears.
If the format is supported texture creation should always succeed.
- - - - -
c1d04b84 by Giovanni Mascellani at 2025-04-21T14:40:44+02:00
tests/d3d12: Do not test out-of-bound UAV uint clears.
The behaviour is not uniform: AMD truncates, NVIDIA saturates.
- - - - -
bc637f26 by Giovanni Mascellani at 2025-04-21T14:43:27+02:00
tests/d3d12: Do not validate the semantic of uint-clearing R11G11B10_FLOAT resources.
Implementations have no consistent behaviour.
- - - - -
6ca93953 by Giovanni Mascellani at 2025-04-21T14:43:59+02:00
tests/d3d12: Skip testing NULL VBVs on NVIDIA on Windows.
It seems that the NVIDIA drivers leaves VBVs bindings untouched
when they are NULL (or the GPU buffer address is NULL), instead of
setting them to a null binding.
Differently from other cases of inconsistent behaviour between AMD
and NVIDIA, here I'm explicitly marking the NVIDIA behaviour as
broken, because the expected behaviour is spelled out explicitly
(at least for the D3D12 specification standards).
- - - - -
2 changed files:
- tests/d3d12.c
- tests/d3d12_crosstest.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c764f71cf58e3a8327b44c588ad3…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c764f71cf58e3a8327b44c588ad3…
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:
292830fa by Alistair Leslie-Hughes at 2025-04-17T08:55:47+10:00
Updated vkd3d-latest patchset
- - - - -
c2d96a3c by Alistair Leslie-Hughes at 2025-04-21T07:24:55+10:00
Rebase against 040e1333b1f4cf73d6877daec15495a8be42324a.
- - - - -
81425de3 by Alistair Leslie-Hughes at 2025-04-21T15:53:41+10:00
Release v10.6
- - - - -
7 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-f576ecc9929dd98c900bb8bc0335b91a1a0.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-cbce3a8631116ec10895e6c9c4a00b89b05.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-f02ea94c428f6b2f662f78fc78eae7f3342.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-c764f71cf58e3a8327b44c588ad3696b422.patch
- patches/ws2_32-af_unix/0006-ws2_32-tests-Add-test-for-AF_UNIX-sockets.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/6912feaf6590508836f1c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/6912feaf6590508836f1c…
You're receiving this email because of your account on gitlab.winehq.org.