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.