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:
09539a3a by Rémi Bernon at 2025-05-14T23:14:56+02:00
windows.media.speech/tests: Make refcount tests results deterministic.
GetResults on IInspectable async operation is supposed to clear the
async reference too but we don't do that yet. Releasing the async first
makes the refcount non-deterministic as the task may hold onto the
results for a bit longer, this reverts this part from the commit below
and flags the refcount test as todo_wine.
Fixes: 82771d3343bffca73873de4029149de0197d88c9
- - - - -
1 changed file:
- dlls/windows.media.speech/tests/speech.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/09539a3af5f806bf319917cafff2b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/09539a3af5f806bf319917cafff2b0…
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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4e286cd7 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement nodeType prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5901070e by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement attributes prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7e127d25 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement ownerDocument prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c677182f by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement cloneNode for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ff2b4fd7 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement appendChild for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ed16b0c4 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00
mshtml: Implement insertBefore for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
fbba372a by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement hasChildNodes for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
62039871 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement childNodes prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5fb324ed by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement firstChild prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
0a5182be by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement lastChild prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
bb89b710 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement previousSibling prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
500982e1 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement nextSibling prop for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5f2ecce9 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement replaceChild for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8f4ac74a by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00
mshtml: Implement removeChild for attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3 changed files:
- dlls/mshtml/htmlattr.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65a5ab3da3f7749305c2af7f7881e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65a5ab3da3f7749305c2af7f7881e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4ed49fe4 by Vibhav Pant at 2025-05-14T21:06:53+02:00
windows.devices.enumeration: Add tests for initial device enumeration in DeviceWatcher.
- - - - -
1747d70b by Vibhav Pant at 2025-05-14T21:06:55+02:00
windows.devices.enumeration: Implement IDeviceInformationStatics::CreateWatcher.
- - - - -
cce11f26 by Rémi Bernon at 2025-05-14T21:06:56+02:00
windows.devices.enumeration: Factor DeviceWatcher creation in a device_watcher_create helper.
- - - - -
441c89f9 by Rémi Bernon at 2025-05-14T21:06:57+02:00
windows.devices.enumeration: Implement DeviceWatcher::get_Status.
- - - - -
df87b1c5 by Rémi Bernon at 2025-05-14T21:06:58+02:00
windows.devices.enumeration: Implement DeviceWatcher async state changes.
- - - - -
12d5a0aa by Vibhav Pant at 2025-05-14T21:06:59+02:00
windows.devices.enumeration: Implement EnumerationCompleted handler for DeviceWatcher.
- - - - -
2b165721 by Rémi Bernon at 2025-05-14T21:07:00+02:00
windows.devices.enumeration: Split setupapi device enumeration to a separate helper.
- - - - -
65a5ab3d by Vibhav Pant at 2025-05-14T21:07:01+02:00
windows.devices.enumeration: Implement initial device enumeration for DeviceWatcher::Start().
- - - - -
4 changed files:
- dlls/windows.devices.enumeration/async.c
- dlls/windows.devices.enumeration/main.c
- dlls/windows.devices.enumeration/private.h
- dlls/windows.devices.enumeration/tests/devices.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7d77ec0893684233ed06683184c56…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7d77ec0893684233ed06683184c56…
You're receiving this email because of your account on gitlab.winehq.org.