Alexandre Julliard pushed to branch master at wine / wine
Commits:
e3c9d3ac by Yuxuan Shui at 2025-09-11T23:04:26+02:00
winegstreamer: Free stream buffers before wg_parser_disconnect.
Renaming destroy_stream to free_stream_buffers because that's what it does.
wg_parser_disconnect frees all streams on the wg_parser, but free_stream_buffers
later calls wg_parser_stream_release_buffer on those streams. It has saved
pointers to those in wm_stream->wg_stream, which became dangling pointers after
wg_parser_disconnect.
- - - - -
1 changed file:
- dlls/winegstreamer/wm_reader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3c9d3ac76b223073253667e2447e1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e3c9d3ac76b223073253667e2447e1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0682088a by Rémi Bernon at 2025-09-11T23:04:26+02:00
opengl32/tests: Test that window back buffers are shared.
- - - - -
93dbe66d by Rémi Bernon at 2025-09-11T23:04:26+02:00
include: Use the client pointer in debugstr_opengl_drawable.
- - - - -
6577134b by Rémi Bernon at 2025-09-11T23:04:26+02:00
win32u: Move memory DC pbuffer handling out of context_sync_drawables.
- - - - -
aa9793f8 by Rémi Bernon at 2025-09-11T23:04:26+02:00
win32u: Use context->draw directly when flushing context.
- - - - -
fed4f10e by Rémi Bernon at 2025-09-11T23:04:26+02:00
win32u: Swap the last window drawable if there's no context.
- - - - -
3 changed files:
- dlls/opengl32/tests/opengl.c
- dlls/win32u/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a75bc942fc421175431fa72be5465…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a75bc942fc421175431fa72be5465…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
987d1406 by Jacek Caban at 2025-09-11T23:04:26+02:00
opengl32: Move copy buffer allocation to Unix lib.
- - - - -
61b147bc by Jacek Caban at 2025-09-11T23:04:26+02:00
opengl32: Use generated PE thunks for memory mapping functions.
- - - - -
a75bc942 by Jacek Caban at 2025-09-11T23:04:26+02:00
opengl32: Use generated PE thunks for memory unmapping functions.
- - - - -
8 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/tests/opengl.c
- dlls/opengl32/thunks.c
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
- dlls/opengl32/unixlib.h
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d556ee879077ef65141ea9e910574…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d556ee879077ef65141ea9e910574…
You're receiving this email because of your account on gitlab.winehq.org.
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.