Alexandre Julliard pushed to branch master at wine / wine
Commits:
2fd1dc47 by Alexandre Julliard at 2025-07-16T11:14:50+02:00
mountmgr: Perform the filename conversion to the Unix side when setting shell folders.
- - - - -
60459551 by Alexandre Julliard at 2025-07-16T11:14:58+02:00
mountmgr: Perform the filename conversion to the Unix side when querying shell folders.
- - - - -
5daba035 by Alexandre Julliard at 2025-07-16T11:15:15+02:00
ntdll: Add a private info class in NtQueryInformationFile() to return the Unix file name.
- - - - -
c8fdffbf by Alexandre Julliard at 2025-07-16T11:15:59+02:00
kernel32: Reimplement wine_get_unix_file_name() using WineFileUnixNameInformation.
- - - - -
7 changed files:
- dlls/kernel32/path.c
- dlls/mountmgr.sys/mountmgr.c
- dlls/mountmgr.sys/unixlib.c
- dlls/mountmgr.sys/unixlib.h
- dlls/ntdll/unix/file.c
- include/winternl.h
- server/fd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b00e453f243731105cd6875aaac78…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b00e453f243731105cd6875aaac78…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e374980d by Shaun Ren at 2025-07-16T09:39:22+02:00
sapi/stream: Remove the FIXME message for unknown ISpStream interfaces.
SpVoice may query ISpStream objects for an ISpAudio interface, which
currently generates unnecessary FIXME log messages.
- - - - -
6126c918 by Shaun Ren at 2025-07-16T09:39:25+02:00
sapi/tests: Test resampler support in ISpVoice.
- - - - -
56087d7b by Shaun Ren at 2025-07-16T09:39:25+02:00
sapi/tts: Implement TTS engine audio output resampler.
This implementation uses the audio resampler DSP from Media Foundation.
- - - - -
da13c9b4 by Shaun Ren at 2025-07-16T09:39:29+02:00
sapi/tts: Support allow_format_changes in ISpVoice::SetOutput.
- - - - -
4 changed files:
- dlls/sapi/Makefile.in
- dlls/sapi/stream.c
- dlls/sapi/tests/tts.c
- dlls/sapi/tts.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9fcf36d76efc57219b1846f387ea5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9fcf36d76efc57219b1846f387ea5…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5fc8baab by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate IMAD operations.
- - - - -
2a62b703 by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate IMAX operations.
- - - - -
d288d3c0 by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate IMIN operations.
- - - - -
7d92142f by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate INE operations.
- - - - -
636e9a91 by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate INEG operations.
- - - - -
94d999bd by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate IREM operations.
- - - - -
126ff8e4 by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate ISHL operations.
- - - - -
ba545669 by Giovanni Mascellani at 2025-07-16T18:07:26+02:00
vkd3d-shader/ir: Validate ISHR operations.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/56247130c1ae5b1fc59fb24d59ad…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/56247130c1ae5b1fc59fb24d59ad…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
39db6731 by Evan Tang at 2025-07-16T16:54:55+02:00
vkd3d: Mask colour writes on graphics pipelines without fragment shaders.
Vulkan leaves the contents of colour attachments undefined in this case.
- - - - -
5c0e6747 by Evan Tang at 2025-07-16T17:28:43+02:00
tests/d3d12: Add a colour attachment to test_draw_depth_no_ps().
To show that draws without fragment shader should leave colour
attachments unmodified.
- - - - -
9c040caa by Evan Tang at 2025-07-16T17:30:11+02:00
vkd3d: Get rid of the default fragment shader from d3d12_pipeline_state_init_graphics().
Vulkan does support rendering without a fragment shader, and this seems
to work fine on current drivers. This commit gets rid of the last
embedded shader binary in libvkd3d, and may have a slight performance
advantage on hardware/drivers able to take advantage of the absence of a
fragment shader.
- - - - -
2 changed files:
- libs/vkd3d/state.c
- tests/d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3163e589bc41b674c46750bef9a3…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3163e589bc41b674c46750bef9a3…
You're receiving this email because of your account on gitlab.winehq.org.