Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
19c2734d by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DNE instructions.
- - - - -
ad320776 by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DRCP instructions.
- - - - -
96bb2953 by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DSX instructions.
- - - - -
95e09599 by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DSX_COARSE instructions.
- - - - -
6bf25800 by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DSX_FINE instructions.
- - - - -
7acebfc9 by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DSY instructions.
- - - - -
cbd508fc by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DSY_COARSE instructions.
- - - - -
99db7270 by Giovanni Mascellani at 2025-06-24T15:31:39+02:00
vkd3d-shader/ir: Validate DSY_FINE instructions.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bcaa1d50b08073f034dcdf903ba7…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bcaa1d50b08073f034dcdf903ba7…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
0252e2e6 by Giovanni Mascellani at 2025-06-24T15:27:02+02:00
vkd3d-shader/ir: Validate data types for ABS source modifiers.
- - - - -
65c23999 by Giovanni Mascellani at 2025-06-24T15:27:29+02:00
vkd3d-shader/ir: Validate data types for ABSNEG source modifiers.
- - - - -
318d7466 by Giovanni Mascellani at 2025-06-24T15:27:38+02:00
vkd3d-shader/ir: Validate data types for NOT source modifiers.
- - - - -
1862c28b by Giovanni Mascellani at 2025-06-24T15:27:48+02:00
vkd3d-shader/ir: Validate data types for SATURATE destination modifiers.
- - - - -
bcaa1d50 by Giovanni Mascellani at 2025-06-24T15:28:00+02:00
vkd3d-shader/ir: Validate data types for destination shifts.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/85dcbf7a51ba5bd818078c86a64c…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/85dcbf7a51ba5bd818078c86a64c…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4a39db79 by Giovanni Mascellani at 2025-06-24T15:15:56+02:00
vkd3d-shader/ir: Introduce VKD3DSIH_IMUL_LOW.
It is meant to compute the lower word of an integer multiplication.
- - - - -
31581b00 by Giovanni Mascellani at 2025-06-24T15:21:13+02:00
vkd3d-shader/ir: Lower IMUL and UMUL to IMUL_LOW.
- - - - -
6 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f3dec5842300e89568daee1a0717…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f3dec5842300e89568daee1a0717…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
3bf232e8 by Shaun Ren at 2025-06-24T14:50:21+02:00
vkd3d-shader/hlsl: Only dump store writemasks for single register types.
This fixes a segfault on matrix stores in dump_ir_store().
- - - - -
84a0a8ae by Shaun Ren at 2025-06-24T14:50:43+02:00
vkd3d-shader/hlsl: Handle nodes with NULL data types in hlsl_replace_node().
- - - - -
4ede2f13 by Shaun Ren at 2025-06-24T14:51:34+02:00
vkd3d-shader/hlsl: Allow memory barriers in SM4+ target profiles.
- - - - -
f3dec584 by Shaun Ren at 2025-06-24T14:54:25+02:00
vkd3d-shader/hlsl: Ignore the 'groupshared' modifier for non-compute shaders.
- - - - -
4 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/barriers.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d8edf20c2b4224384d8e206c620b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d8edf20c2b4224384d8e206c620b…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
5054f735 by Elizabeth Figura at 2025-06-23T16:47:48-05:00
Rebase against 7f0fac46d718e0961314d0c50342dcf336b9803d.
- - - - -
3 changed files:
- patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- patches/server-Signal_Thread/0001-server-Do-not-signal-thread-until-it-is-really-gone.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/5054f7359b27751df83277…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/5054f7359b27751df83277…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
14a43864 by Nikolay Sivov at 2025-06-23T21:05:43+02:00
kernel32/tests: Use ViewShare value instead of a literal constant.
- - - - -
7f0fac46 by Nikolay Sivov at 2025-06-23T21:05:43+02:00
ntdll/tests: Add a test for automatically resizing a mapped disk file.
- - - - -
3 changed files:
- dlls/kernel32/tests/loader.c
- dlls/kernel32/tests/virtual.c
- dlls/ntdll/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8883b3a8fe03e36734b2b80a2ee65…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8883b3a8fe03e36734b2b80a2ee65…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b245ee24 by Rémi Bernon at 2025-06-23T21:00:51+02:00
winemac: Drop the SkipSingleBufferFlushes option.
It's undocumented and doubtfully useful, better remove it than break
it silently when changing the way context is being flushed.
- - - - -
df00a5c0 by Rémi Bernon at 2025-06-23T21:00:53+02:00
win32u: Use the drawable vtable for flush and swap.
- - - - -
e5e2fd0a by Rémi Bernon at 2025-06-23T21:00:53+02:00
win32u: Add a flags parameter to opengl_drawable flush.
- - - - -
392d6163 by Rémi Bernon at 2025-06-23T21:00:54+02:00
win32u: Pass opengl_drawable pointers to make_current.
- - - - -
aa5360e1 by Rémi Bernon at 2025-06-23T21:00:54+02:00
win32u: Use the DC opengl drawable for the memory DC surface.
- - - - -
a897aad8 by Rémi Bernon at 2025-06-23T21:00:54+02:00
win32u: Keep track of the most recent window GL drawable.
- - - - -
10 changed files:
- dlls/win32u/bitmap.c
- dlls/win32u/opengl.c
- dlls/wineandroid.drv/android.h
- dlls/wineandroid.drv/opengl.c
- dlls/winemac.drv/macdrv.h
- dlls/winemac.drv/macdrv_main.c
- dlls/winemac.drv/opengl.c
- dlls/winewayland.drv/opengl.c
- dlls/winex11.drv/opengl.c
- include/wine/opengl_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a06899e8c2e9a4e634bf500c4c6dd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a06899e8c2e9a4e634bf500c4c6dd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a4a8bf96 by Vibhav Pant at 2025-06-23T19:16:48+02:00
setupapi/tests: Add tests for SetupDi{Set,Get}DeviceInterfacePropertyW.
- - - - -
7fa6aeae by Vibhav Pant at 2025-06-23T19:16:49+02:00
setupapi: Implement SetupDiSetDeviceInterfacePropertyW.
- - - - -
444b1930 by Vibhav Pant at 2025-06-23T19:16:49+02:00
setupapi: Implement SetupDiGetDeviceInterfacePropertyW.
- - - - -
a06899e8 by Vibhav Pant at 2025-06-23T19:16:49+02:00
ntoskrnl.exe/tests: Add tests for SetupDiGetDeviceInterfacePropertyW with enabled interfaces.
- - - - -
5 changed files:
- dlls/ntoskrnl.exe/tests/ntoskrnl.c
- dlls/setupapi/devinst.c
- dlls/setupapi/setupapi.spec
- dlls/setupapi/tests/devinst.c
- include/setupapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5c8e69f384d36a37cc9bab3159941…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5c8e69f384d36a37cc9bab3159941…
You're receiving this email because of your account on gitlab.winehq.org.