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:
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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
dc7eefbe by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for list boxes.
- - - - -
bec1688b by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for static controls.
- - - - -
36af6255 by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for edit controls.
- - - - -
5c8e69f3 by Esme Povirk at 2025-06-23T19:15:08+02:00
comctl32: Implement OBJID_QUERYCLASSNAMEIDX for combo boxes.
- - - - -
8 changed files:
- dlls/comctl32/combo.c
- dlls/comctl32/edit.c
- dlls/comctl32/listbox.c
- dlls/comctl32/static.c
- dlls/comctl32/tests/combo.c
- dlls/comctl32/tests/edit.c
- dlls/comctl32/tests/listbox.c
- dlls/comctl32/tests/static.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/850b1db0ce39fed36ccca648bfd5b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/850b1db0ce39fed36ccca648bfd5b…
You're receiving this email because of your account on gitlab.winehq.org.