Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
d5410e31 by Giovanni Mascellani at 2025-05-15T14:09:23+02:00
tests: Expect success when creating resources in certain cases.
Currently the tests expect that creating buffers in COMMON or
COPY_SOURCE state on UPLOAD heaps or in COMMON state on READBACK
heaps leads to a failure. I tested WARP, AMD and NVIDIA, and in
all cases the operations is successful.
I think the D3D12 runtime used reject resources created in the
configurations detailed above, but it doesn't any more (both
using the latest Agility SDK and the runtime distributed with
an updated Windows 11 system). However the CI still uses an
earlier runtime, so the old behavior is still allowed as
broken.
- - - - -
1aa33ebc by Giovanni Mascellani at 2025-05-15T14:10:53+02:00
tests: Allow creating GPU upload heaps.
They are write-combine heaps on L1 memory, and were introduced
recently in Direct3D 12.
- - - - -
129b3a8c by Giovanni Mascellani at 2025-05-15T14:11:10+02:00
tests: Check that shader-visible descriptor heaps have a valid GPU descriptor handle start.
We currently check that non-shader-visible heaps have a NULL
handle, but that doesn't seem to be guaranteed: beside WARP, also
NVIDIA drivers still return a valid pointer. And that's a pretty
useless check anyway; rather, check that shader-visible heaps
have a valid pointer, which is more interesting.
- - - - -
1 changed file:
- tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f5a26fd2b881d0fe602022c446ec…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f5a26fd2b881d0fe602022c446ec…
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:
06a7d634 by Alistair Leslie-Hughes at 2025-05-13T09:05:49+10:00
Updated vkd3d-latest patchset
- - - - -
0b9581fa by Alistair Leslie-Hughes at 2025-05-15T08:02:24+10:00
Rebase against 09539a3af5f806bf319917cafff2b07e6480d656.
- - - - -
b3fc3b36 by Alistair Leslie-Hughes at 2025-05-15T08:02:49+10:00
Updated vkd3d-latest patchset
- - - - -
7 changed files:
- patches/user32-FlashWindowEx/0001-user32-Improve-FlashWindowEx-message-and-return-valu.patch
- patches/vkd3d-latest/0001-Updated-vkd3d-to-541060215e338a419a5a6fe6ae156fecf1c.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-4289ec60a1f79f68ea9bd3624141b5657b8.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-960244bf1ea66755b0fbe11c4d40fa0fbf2.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-3c8fd8a2f273aec73e02ce65260c54290a9.patch
- + patches/vkd3d-latest/0005-Updated-vkd3d-to-f5a26fd2b881d0fe602022c446ecfee45e1.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/86a7c93cddabd254353cc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/86a7c93cddabd254353cc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
824e3e9e by Eric Pouech at 2025-05-14T22:33:38+02:00
dbghelp: Get rid of code quality warning.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
49735201 by Eric Pouech at 2025-05-14T22:33:42+02:00
dbghelp: Return method_result from pdb_reader_request_cv_typeid.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3785ae2e by Eric Pouech at 2025-05-14T22:33:42+02:00
dbghelp: Load global symbols from DBI.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f52e9839 by Eric Pouech at 2025-05-14T22:33:42+02:00
dbghelp: Beef up reading compiland header helper.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3a858301 by Eric Pouech at 2025-05-14T22:33:42+02:00
dbghelp: Build compiland table for new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
8e5c4706 by Eric Pouech at 2025-05-14T22:33:42+02:00
dbghelp: Create all symt* from new PDB reader.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c19dc3fdca9402f718a5df922a858…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c19dc3fdca9402f718a5df922a858…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c19dc3fd by Paul Gofman at 2025-05-14T21:37:42+02:00
msvcp: Use _beginthreadex() in _Thrd_start().
Test code is based in ucrtbase/thread.c tests.
- - - - -
6 changed files:
- dlls/msvcp140/tests/Makefile.in
- dlls/msvcp140/tests/msvcp140.c
- + dlls/msvcp140/tests/threaddll.c
- + dlls/msvcp140/tests/threaddll.h
- + dlls/msvcp140/tests/threaddll.spec
- dlls/msvcp90/misc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c19dc3fdca9402f718a5df922a8580…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c19dc3fdca9402f718a5df922a8580…
You're receiving this email because of your account on gitlab.winehq.org.