Alexandre Julliard pushed to branch master at wine / wine
Commits:
f81095db by Yuxuan Shui at 2025-10-16T14:50:23+02:00
include: Add atomic read/write of pointers.
- - - - -
ad90e0cf by Luca Bacci at 2025-10-16T14:50:23+02:00
ntdll: Use ReadPointerAcquire to get pointer value in RtlRunOnceBeginInitialize.
This is needed on architectures with weak memory models like ARM64.
- - - - -
2 changed files:
- dlls/ntdll/sync.c
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e0bb04bd9859f4e8909b97156b90d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e0bb04bd9859f4e8909b97156b90d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
32b81d8b by Michael Stefaniuc at 2025-10-16T13:55:43+02:00
dmscript: Move the loading of the container to a helper.
- - - - -
096cfa76 by Michael Stefaniuc at 2025-10-16T13:55:43+02:00
dmscript: Reimplement the loading of a script.
- - - - -
e0bb04bd by Michael Stefaniuc at 2025-10-16T13:55:43+02:00
dmscript: Get rid of the IDirectMusicScriptImpl typedef.
- - - - -
2 changed files:
- dlls/dmscript/dmscript_private.h
- dlls/dmscript/script.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25d80f327d81c901dc8b0d7923a24…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25d80f327d81c901dc8b0d7923a24…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9348b762 by Nikolay Sivov at 2025-10-16T13:54:39+02:00
ole32: Move CoTreatAsClass() to combase.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b187d264 by Nikolay Sivov at 2025-10-16T13:54:43+02:00
combase: Check for null arguments in CoTreatAsClass().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
203a9ccd by Nikolay Sivov at 2025-10-16T13:54:43+02:00
combase: Remove unreachable failure path in CoTreatAsClass().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
44e8c922 by Nikolay Sivov at 2025-10-16T13:54:43+02:00
ole32: Move CoIsOle1Class() stub to combase.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/combase/combase.c
- dlls/combase/combase.spec
- dlls/ole32/compobj.c
- dlls/ole32/ole32.spec
- dlls/ole32/tests/compobj.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/486f33ee64121d0331fb3e943791e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/486f33ee64121d0331fb3e943791e…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
737158e7 by Giovanni Mascellani at 2025-10-16T14:55:51+02:00
vkd3d-shader/ir: Remove SATURATE modifiers after lowering them.
- - - - -
8ec4f756 by Giovanni Mascellani at 2025-10-16T14:56:30+02:00
vkd3d-shader/ir: Process all destinations when lowering SATURATE modifiers.
The instruction iterator should not be advanced when iterating
over more than one destination.
- - - - -
8a100fa0 by Giovanni Mascellani at 2025-10-16T14:57:56+02:00
vkd3d-shader/ir: Ignore and drop PARTIALPRECISION modifiers.
- - - - -
c99c7295 by Giovanni Mascellani at 2025-10-16T15:10:39+02:00
vkd3d-shader/ir: Error out on unsupported destination modifiers.
- - - - -
86b8f2de by Giovanni Mascellani at 2025-10-16T15:15:05+02:00
vkd3d-shader/ir: Error out on unsupported source modifiers.
- - - - -
4 changed files:
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/346b62bc70fcda3e314c5198b109…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/346b62bc70fcda3e314c5198b109…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e5081a1b by Shaun Ren at 2025-10-16T14:26:47+02:00
tests/shader_runner: Add a "compile shader model" require directive.
This directive requires specific shader models to be tested for
compilation, bypassing the default behaviour where only one version from
each shader model set (SM1-3, SM4-5, SM6) is compiled.
- - - - -
b5e2e1dd by Shaun Ren at 2025-10-16T14:27:29+02:00
vkd3d-shader/ir: Determine the correct writemask for destinations with fixed masks.
- - - - -
27f0475d by Shaun Ren at 2025-10-16T14:29:11+02:00
vkd3d-shader/ir: Keep source swizzles for registers with fixed masks in temp_allocator_set_src().
- - - - -
4 changed files:
- libs/vkd3d-shader/ir.c
- tests/hlsl/trigonometry.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/a7e56beb19476450faff05d4c676…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/a7e56beb19476450faff05d4c676…
You're receiving this email because of your account on gitlab.winehq.org.