Alexandre Julliard pushed to branch master at wine / wine
Commits:
62d4f934 by Alexandre Julliard at 2025-09-11T13:12:30+02:00
gitlab: Add CI job to trigger winehq-bot processing.
- - - - -
38b9e1bf by Alexandre Julliard at 2025-09-11T22:11:53+02:00
ntdll: Move some LDT definitions to the private header.
- - - - -
d42500ef by Alexandre Julliard at 2025-09-11T22:11:53+02:00
ntdll: Add a helper to update the LDT copy.
- - - - -
1cef1b04 by Alexandre Julliard at 2025-09-11T22:11:53+02:00
ntdll: Add helpers to build some specific LDT entries.
- - - - -
6daf953c by Alexandre Julliard at 2025-09-11T22:16:33+02:00
ntdll: Always use 32-bit LDT base addresses.
- - - - -
5 changed files:
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/unix_private.h
- tools/gitlab/build.yml
- tools/gitlab/image.docker
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e9d6e65b42344b0832cdd320ead9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e9d6e65b42344b0832cdd320ead9c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e9d6e65b by Mohamad Al-Jaf at 2025-09-11T12:31:39+02:00
windows.media.playback.backgroundmediaplayer: Implement IBackgroundMediaPlayerStatics::get_Current().
- - - - -
3 changed files:
- dlls/windows.media.playback.backgroundmediaplayer/main.c
- dlls/windows.media.playback.backgroundmediaplayer/private.h
- dlls/windows.media.playback.backgroundmediaplayer/tests/playback.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e9d6e65b42344b0832cdd320ead9c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e9d6e65b42344b0832cdd320ead9c6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4f513fe5 by Mohamad Al-Jaf at 2025-09-11T12:31:39+02:00
windows.media.mediacontrol: Stub ISystemMediaTransportControls::add/remove_ButtonPressed().
- - - - -
a983222e by Mohamad Al-Jaf at 2025-09-11T12:31:39+02:00
windows.media.mediacontrol: Stub ISystemMediaTransportControlsDisplayUpdater::ClearAll().
- - - - -
a61a101b by Mohamad Al-Jaf at 2025-09-11T12:31:39+02:00
windows.media.mediacontrol: Implement ISystemMediaTransportControls::put/get_IsStopEnabled().
- - - - -
9674f905 by Mohamad Al-Jaf at 2025-09-11T12:31:39+02:00
windows.media.mediacontrol: Stub ISystemMediaTransportControlsDisplayUpdater::put/get_Thumbnail().
- - - - -
2 changed files:
- dlls/windows.media.mediacontrol/main.c
- dlls/windows.media.mediacontrol/tests/mediacontrol.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/92e6124a9855b1c398b2822c2679d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/92e6124a9855b1c398b2822c2679d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2b5dc156 by Henri Verbeet at 2025-09-11T16:09:46+02:00
vkd3d-shader/hlsl: vsir constant buffer sizes are specified in bytes.
- - - - -
4569a9d5 by Henri Verbeet at 2025-09-11T16:09:46+02:00
vkd3d-shader/hlsl: Set the "flat constant" count in sm1_generate_vsir().
Aside from being required in order to produce valid vsir, this is used
by vsir_program_scan() to generate descriptor information.
- - - - -
84d3a8d1 by Henri Verbeet at 2025-09-11T16:09:46+02:00
vkd3d-shader/hlsl: Use VKD3DSPR_COMBINED_SAMPLER destination operands in sm1_generate_vsir_sampler_dcls().
That's what the d3d-asm target expects in shader_print_dcl_usage(), and
what vkd3d_shader_scan() requires to create correct descriptor
information.
- - - - -
e69f3da0 by Henri Verbeet at 2025-09-11T16:09:46+02:00
vkd3d-shader/hlsl: Set the "has_point_size" flag for vertex shaders outputting point sizes.
- - - - -
3 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7c0b70db855f9d18b6f2f71afac2…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7c0b70db855f9d18b6f2f71afac2…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
f9d473b4 by Henri Verbeet at 2025-09-11T16:08:58+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_shader_epilogue_function().
- - - - -
91e69f41 by Henri Verbeet at 2025-09-11T16:08:58+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_dcl_indexable_temp().
- - - - -
3a6ebfa8 by Henri Verbeet at 2025-09-11T16:08:58+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_push_constant_buffers().
- - - - -
06dadcfb by Henri Verbeet at 2025-09-11T16:08:58+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_cbv_declaration().
- - - - -
7c0b70db by Henri Verbeet at 2025-09-11T16:08:58+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_resource_declaration().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/de2095fda435c5ed47e946cf4e18…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/de2095fda435c5ed47e946cf4e18…
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:
e33772ec by Alistair Leslie-Hughes at 2025-09-11T08:23:25+10:00
Rebase against 92e6124a9855b1c398b2822c2679df4ec3e38b83.
- - - - -
3d1b6a4b by Alistair Leslie-Hughes at 2025-09-11T09:48:29+10:00
Added msxml3_encode_gb2312 patchset
- - - - -
5 changed files:
- + patches/msxml3_encode_gb2312/0001-msxml3-Add-GB2312-support-for-builtin-character-conv.patch
- + patches/msxml3_encode_gb2312/definition
- patches/winex11-Fixed-scancodes/0001-winecfg-Move-input-config-options-to-a-dedicated-tab.patch
- patches/winmm-mciSendCommandA/0001-winmm-Do-not-crash-in-Win-9X-mode-when-an-invalid-de.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/342cfbc5dedcf0163b4a4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/342cfbc5dedcf0163b4a4…
You're receiving this email because of your account on gitlab.winehq.org.