Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8438aacc by Nikolay Sivov at 2024-11-06T21:47:08+01:00
vkd3d-shader/spriv: Only lookup resource symbols for UAVs in the ld_raw/ld_structured handler.
We don't need them for SRVs. Worse, if we're using a combined
resource/sampler pair for the SRV, a separate resource symbol may not
even exist.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1a28e7d9 by Nikolay Sivov at 2024-11-06T21:56:27+01:00
vkd3d-shader/hlsl: Add parser support for the ByteAddressBuffer type.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e5ba79b4 by Nikolay Sivov at 2024-11-06T22:09:23+01:00
vkd3d-shader/hlsl: Implement the ByteAddressBuffer.Load*() methods.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.l
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
- + tests/hlsl/srv-byteaddressbuffer.shader_test
- tests/shader_runner_d3d11.c
- tests/shader_runner_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/76fd1388d87e5600c1c55cd7ebf6…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/76fd1388d87e5600c1c55cd7ebf6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8621dc91 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx/tests: Test client side of Receive() separately.
- - - - -
fa5b367b by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Handle game messages.
- - - - -
1557e7f4 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Check the buffer size in Receive().
- - - - -
4ab40186 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Return DPERR_BUFFERTOOSMALL from Receive() if data is NULL.
- - - - -
4d1e0f26 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Handle DPRECEIVE_TOPLAYER and DPRECEIVE_FROMPLAYER in Receive().
- - - - -
22f565d1 by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Enter the critical section in DP_IF_Receive().
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplaysp.c
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a88a0736ea1197b9856dc7322b1c5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a88a0736ea1197b9856dc7322b1c5…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1553d482 by Brendan Shanks at 2024-11-06T11:53:50+01:00
ntdll/tests: Add test for direct syscalls on x86_64.
- - - - -
a88a0736 by Brendan Shanks at 2024-11-06T11:53:52+01:00
ntdll: Add SIGSYS handler to support syscall emulation on macOS Sonoma and later.
Adapted from the 'ntdll-Syscall_Emulation' wine-staging patchset.
- - - - -
2 changed files:
- dlls/ntdll/tests/exception.c
- dlls/ntdll/unix/signal_x86_64.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64462c82da52a8c80943256bbfd07…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64462c82da52a8c80943256bbfd07…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a97b5bd9 by Fabian Maurer at 2024-11-05T20:54:54+01:00
userenv/tests: Add another test for GetProfilesDirectoryA.
- - - - -
27e5f75f by Fabian Maurer at 2024-11-05T20:54:54+01:00
ntdll/tests: Add more tests for RtlExpandEnvironmentStrings/_U.
- - - - -
0d924bc8 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add tests for ExpandEnvironmentStringsW.
- - - - -
b70b948e by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add more tests for ExpandEnvironmentStringsA.
- - - - -
7f4fab74 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32/tests: Add ExpandEnvironmentStringsA tests for japanese.
- - - - -
6a306e9c by Fabian Maurer at 2024-11-05T20:54:54+01:00
ntdll: Rework RtlExpandEnvironmentStrings/_U to account for corner cases.
- - - - -
fdecb756 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32: Rework ExpandEnvironmentStringsW error handling.
- - - - -
f666b3c8 by Fabian Maurer at 2024-11-05T20:54:54+01:00
kernel32: Rework ExpandEnvironmentStringsA to return ansi size and fix corner cases.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54295
- - - - -
64462c82 by Fabian Maurer at 2024-11-05T20:54:54+01:00
userenv: Fix GetProfilesDirectoryA return value.
This is now handled by ExpandEnvironmentStringsA, as should be.
- - - - -
9 changed files:
- dlls/advapi32/tests/registry.c
- dlls/kernel32/tests/environ.c
- dlls/kernelbase/process.c
- dlls/ntdll/env.c
- dlls/ntdll/tests/env.c
- dlls/shcore/tests/shcore.c
- dlls/shlwapi/tests/shreg.c
- dlls/userenv/tests/userenv.c
- dlls/userenv/userenv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e3037592b0576c862b3b54104faa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4e3037592b0576c862b3b54104faa…
You're receiving this email because of your account on gitlab.winehq.org.