Alexandre Julliard pushed to branch master at wine / wine
Commits:
8e52c1c1 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Skip the scheme resolver tests if network connectivity is unavailable.
- - - - -
c40a9007 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Fix occasional hangs in test_media_session_source_shutdown().
- - - - -
4cdc10f0 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Skip some tests invalid on current Windows 11.
- - - - -
23812a5f by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Fix a scheme resolver test failure on current Windows 11.
- - - - -
bf3b7d07 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Test H.264 sink media type height alignment.
H.264 uses a 16-pixel alignment, and the stream sink media type should
have the aligned height after the session has started.
- - - - -
3fcaa728 by Conor McCarthy at 2025-10-22T22:10:27+02:00
mf/tests: Test H.264 decoder alignment.
The transform returns MF_E_TRANSFORM_STREAM_CHANGE to trigger a change
of output type to the aligned frame size.
- - - - -
4 changed files:
- dlls/mf/tests/mf.c
- dlls/mf/tests/resource.rc
- + dlls/mf/tests/test-unaligned.mp4
- dlls/mf/tests/transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/173dd886d2595140d9da21efa67bd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/173dd886d2595140d9da21efa67bd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9d194128 by Jacek Caban at 2025-10-22T18:33:16+02:00
opengl32: Factor out make_context_current.
- - - - -
8c8b2b72 by Jacek Caban at 2025-10-22T18:33:16+02:00
opengl32: Use the actual context GL version in is_extension_supported.
And store version in the context struct.
- - - - -
5b2df835 by Jacek Caban at 2025-10-22T18:33:16+02:00
opengl32: Use stored GL version in check_extension_support.
- - - - -
d5c2b9ca by Jacek Caban at 2025-10-22T18:33:16+02:00
opengl32: Hide GL versions larger than 4.3 on wow64 in make_context_current.
- - - - -
1171ae60 by Jacek Caban at 2025-10-22T18:33:16+02:00
opengl32: Use stored context GL version in get_integer.
- - - - -
173dd886 by Jacek Caban at 2025-10-22T18:33:16+02:00
opengl32: Use stored GL version in wrap_glGetString.
- - - - -
1 changed file:
- dlls/opengl32/unix_wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aab3a592ad87fb7bbdbb115ef6e21…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/aab3a592ad87fb7bbdbb115ef6e21…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
69e95495 by Rémi Bernon at 2025-10-22T14:09:47+02:00
win32u: Use a dedicated struct for D3DKMT mutex objects.
- - - - -
f3a5c684 by Rémi Bernon at 2025-10-22T14:09:47+02:00
server: Use a dedicated struct for D3DKMT mutex objects.
- - - - -
48c3971f by Rémi Bernon at 2025-10-22T14:09:47+02:00
win32u: Pass D3DKMT keyed mutex initial value on creation.
- - - - -
b7ab3bde by Rémi Bernon at 2025-10-22T14:09:47+02:00
win32u: Implement acquire / release of D3DKMT keyed mutexes.
- - - - -
10 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/tests/d3dkmt.c
- include/wine/server_protocol.h
- server/d3dkmt.c
- server/object.h
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/thread.c
- server/thread.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/67d1933879cae18fa69fc01eb7992…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/67d1933879cae18fa69fc01eb7992…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9b95165e by Byeong-Sik Jeon at 2025-10-22T14:09:47+02:00
winemac: Use event handle to detect macdrv ime processing done.
- - - - -
67d19338 by Byeong-Sik Jeon at 2025-10-22T14:09:47+02:00
win32u: Fix typo.
- - - - -
7 changed files:
- dlls/win32u/imm.c
- dlls/winemac.drv/cocoa_window.m
- dlls/winemac.drv/event.c
- dlls/winemac.drv/keyboard.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/macdrv_cocoa.h
- dlls/winemac.drv/macdrv_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/77a0c7e672483b1f4709d69639647…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/77a0c7e672483b1f4709d69639647…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4e3d54a3 by Anton Baskanov at 2025-10-22T14:09:46+02:00
fluidsynth: Import upstream release 2.4.2.
This is the last release we can import, as in 2.4.3 the DSP code has
been converted to C++.
- - - - -
dfcedb26 by Anton Baskanov at 2025-10-22T14:09:46+02:00
fluidsynth: Calculate the inverted value explicitly in fluid_mod_transform_source_value().
Based on upstream commit 2b2af8641e7adce54b4fab0c5d2cf547577691fa.
- - - - -
77a0c7e6 by Anton Baskanov at 2025-10-22T14:09:47+02:00
fluidsynth: Invert relative to the max value instead of 1.0 in fluid_mod_transform_source_value().
Based on upstream commit e94455cbe5a05f200498b37ac230df83d04c2fe3.
- - - - -
15 changed files:
- dlls/dmsynth/tests/dmsynth.c
- libs/fluidsynth/config.h
- libs/fluidsynth/include/fluidsynth/types.h
- libs/fluidsynth/include/fluidsynth/version.h
- libs/fluidsynth/src/rvoice/fluid_iir_filter.c
- libs/fluidsynth/src/rvoice/fluid_iir_filter.h
- libs/fluidsynth/src/rvoice/fluid_rvoice.c
- libs/fluidsynth/src/rvoice/fluid_rvoice.h
- libs/fluidsynth/src/rvoice/fluid_rvoice_dsp.c
- libs/fluidsynth/src/sfloader/fluid_sffile.c
- libs/fluidsynth/src/synth/fluid_mod.c
- libs/fluidsynth/src/synth/fluid_synth.c
- libs/fluidsynth/src/synth/fluid_voice.c
- libs/fluidsynth/src/utils/fluid_sys.c
- libs/fluidsynth/src/utils/fluid_sys.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a11792e257914e83d1f3a34391ae…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6a11792e257914e83d1f3a34391ae…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
68d24ef4 by Rémi Bernon at 2025-10-22T11:59:04+02:00
winegcc: Support subsystem version number in link.exe-style cmdline.
- - - - -
3af4ab27 by Rémi Bernon at 2025-10-22T11:59:04+02:00
winegcc: Consistently use the subsystem option with Clang and MinGW.
Instead of the -mwindows / -mconsole flags with MinGW, effectively
setting subsystem to be "console" by default.
- - - - -
ab3665cd by Rémi Bernon at 2025-10-22T11:59:12+02:00
comctl32/tests: Force console subsystem version 5.2.
- - - - -
69dcef9b by Rémi Bernon at 2025-10-22T11:59:14+02:00
dxgi/tests: Force console subsystem version 5.2.
- - - - -
4c849561 by Rémi Bernon at 2025-10-22T11:59:14+02:00
quartz/tests: Force console subsystem version 5.2.
- - - - -
35cbd656 by Rémi Bernon at 2025-10-22T11:59:14+02:00
user32/tests: Force console subsystem version 5.2.
- - - - -
6a11792e by Rémi Bernon at 2025-10-22T11:59:15+02:00
winegcc: Set the default console and windows subsystems version to 6.0.
Modern windows uses 10.0, but compiling a program with this version
prevents it from running on Windows with STATUS_INVALID_IMAGE_FORMAT.
- - - - -
5 changed files:
- dlls/comctl32/tests/Makefile.in
- dlls/dxgi/tests/Makefile.in
- dlls/quartz/tests/Makefile.in
- dlls/user32/tests/Makefile.in
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f727b53bc48d386e526e1dd1e8b4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f727b53bc48d386e526e1dd1e8b4…
You're receiving this email because of your account on gitlab.winehq.org.