Alexandre Julliard pushed to branch master at wine / wine
Commits:
349b8537 by Alexandre Julliard at 2025-05-26T10:01:04+02:00
ntdll: Pre-compute the syscall frame and XState data size.
- - - - -
afa25dc1 by Alexandre Julliard at 2025-05-26T10:01:04+02:00
ntdll: Only create logical processor information when needed.
- - - - -
8c56742f by Alexandre Julliard at 2025-05-26T10:01:04+02:00
ntdll: Perform some shared data initialization before starting wineboot.
- - - - -
e397ed18 by Alexandre Julliard at 2025-05-26T13:43:15+02:00
ntdll: Perform CPU features initialization before starting wineboot.
- - - - -
9d4faa32 by Alexandre Julliard at 2025-05-26T13:43:15+02:00
ntdll: Perform XState data initialization before starting wineboot.
- - - - -
8 changed files:
- dlls/ntdll/unix/env.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/system.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- programs/wineboot/wineboot.c
- server/mapping.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4b68d3b259f7f76a54c8b2e2e4d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0f4b68d3b259f7f76a54c8b2e2e4d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8fe5aa5d by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream: Allocate the media type in set_mt_from_desc().
- - - - -
d08fc5a2 by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream/tests: Add more format tests.
- - - - -
97ef04c5 by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream: Handle 8-bit RGB in set_mt_from_desc().
- - - - -
0f4b68d3 by Elizabeth Figura at 2025-05-26T10:01:04+02:00
amstream: Fill the whole AM_MEDIA_TYPE in set_mt_from_desc().
- - - - -
2 changed files:
- dlls/amstream/ddrawstream.c
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5985050ef90c6dd9579d871f413c8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5985050ef90c6dd9579d871f413c8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
23a1668b by Michael Stefaniuc at 2025-05-26T10:00:46+02:00
dmime: Handle (skip over) text MIDI meta events.
- - - - -
41701017 by Michael Stefaniuc at 2025-05-26T10:00:47+02:00
dmime: Print the MIDI meta event type for unhandled messages.
- - - - -
5985050e by Michael Stefaniuc at 2025-05-26T10:01:03+02:00
dmime: Support the MIDI meta end of track event.
No real behavior change as this event must appear at the end of the
track and must be the last message in the track.
- - - - -
1 changed file:
- dlls/dmime/midi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24d1b4e14891bcfaa89b91b7b35ab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/24d1b4e14891bcfaa89b91b7b35ab…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a768e6d by Eric Pouech at 2025-05-26T09:20:09+02:00
kernel32/tests: Test closing of std handles when closing console.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
0eaebfe5 by Eric Pouech at 2025-05-26T09:20:09+02:00
wineconsole: Create child with unbound console handles.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=10941
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6790c90e by Eric Pouech at 2025-05-26T09:20:12+02:00
kernelbase: Don't close handles in FreeConsole() for a Unix console.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=10941
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/kernel32/tests/console.c
- dlls/kernelbase/console.c
- programs/wineconsole/wineconsole.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c61d865ae3a7bc47ca3799984552…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/0c61d865ae3a7bc47ca3799984552…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
11d4fcff by Nikolay Sivov at 2025-05-24T21:19:42+02:00
vkd3d-shader/fx: Handle nameless structure types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
a06ecb68 by Nikolay Sivov at 2025-05-24T21:24:59+02:00
vkd3d-shader/fx: Use the correct value range for bool initializers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2e401548 by Nikolay Sivov at 2025-05-24T21:27:01+02:00
vkd3d-shader/fx: Use the correct field indices when writing structure default values.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c4c7f10d by Nikolay Sivov at 2025-05-24T21:32:22+02:00
vkd3d-shader/fx: Fix the total buffer size calculation in write_fx_4_buffer().
The total size should take variable alignment/padding into account.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- libs/vkd3d-shader/fx.c
- tests/hlsl/effect-variables-fx_4.shader_test
- tests/hlsl/effect-variables-fx_5.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/a4e43402e5dcc548b35da6b9339f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/a4e43402e5dcc548b35da6b9339f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e7b2ca28 by Shaun Ren at 2025-05-24T21:03:56+02:00
vkd3d-shader/hlsl: Fix the register string for patch arrays in debug_register().
- - - - -
a4e43402 by Shaun Ren at 2025-05-24T21:13:00+02:00
vkd3d-shader/hlsl: Support void pass-through hull shader control point functions.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/tessellation.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f5e0c47811c4cab7ca5a49dddff9…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f5e0c47811c4cab7ca5a49dddff9…
You're receiving this email because of your account on gitlab.winehq.org.