Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
491fecc6 by Giovanni Mascellani at 2025-10-28T16:36:33+01:00
vkd3d-shader/msl: Introduce msl_get_binding().
- - - - -
957c6728 by Giovanni Mascellani at 2025-10-28T16:42:14+01:00
vkd3d-shader/msl: Return a raw index from msl_get_binding().
In the future that will involve some computation, and it will not
necessarily correspond to a struct vkd3d_shader_descriptor_binding
object.
- - - - -
b3f5bfdb by Giovanni Mascellani at 2025-10-28T16:46:33+01:00
vkd3d-shader/msl: Retrieve the CBV register space from the descriptor information.
- - - - -
1 changed file:
- libs/vkd3d-shader/msl.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/94c959519658d624e3946a596e7f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/94c959519658d624e3946a596e7f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
deb7a67d by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Introduce hlsl_block_add_constant().
- - - - -
bdb31a49 by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for hlsl_fold_constant_swizzles().
- - - - -
6e8eeb8f by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for hlsl_fold_constant_identities().
- - - - -
1f40222a by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for hlsl_fold_constant_exprs().
- - - - -
94c95951 by Elizabeth Figura at 2025-10-28T16:30:49+01:00
vkd3d-shader/hlsl: Use replace_ir() for fold_conditional_identities().
- - - - -
5 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/hlsl_constant_ops.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dedb14e55e3f468711e37ebdbb26…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dedb14e55e3f468711e37ebdbb26…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
314769ef by Alistair Leslie-Hughes at 2025-10-28T10:29:18+11:00
Rebase against 38938bdb6f752cb68d13d833be97d0c524fe827e.
- - - - -
4 changed files:
- patches/ntdll-ForceBottomUpAlloc/0004-ntdll-Exclude-natively-mapped-areas-from-free-areas-.patch
- − patches/wineboot-ProxySettings/0001-wineboot-Initialize-proxy-settings-registry-key.patch
- − patches/wineboot-ProxySettings/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/314769efdcad40d683f862…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/314769efdcad40d683f862…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b110a3a3 by Yuxuan Shui at 2025-10-27T23:19:02+01:00
wmvcore/tests: Check what happens to a WMSyncReader when its allocator fails.
- - - - -
d8646199 by Yuxuan Shui at 2025-10-27T23:19:02+01:00
winegstreamer: Return NS_E_NO_MORE_SAMPLES from WMSyncReader if sample fails to read.
If allocator fails, native returns NS_E_NO_MORE_SAMPLES whereas we propagate the allocator's failure
code. Some games checks this return value and will raise an error/exception if anything other than
NS_E_NO_MORE_SAMPLES is returned, for example any game using the KiriKiri movie player [0] will do
this.
[0]: https://github.com/krkrz/krkrz/blob/fd5c4baa6a2ef5978db1bd043634351f48667da…
- - - - -
2 changed files:
- dlls/winegstreamer/wm_reader.c
- dlls/wmvcore/tests/wmvcore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99d7af87d342eeaecf71afb8c8825…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99d7af87d342eeaecf71afb8c8825…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
98771011 by Piotr Caban at 2025-10-27T23:19:02+01:00
msado15/tests: Test rowset queried interfaces instead of tracing them.
- - - - -
99d7af87 by Piotr Caban at 2025-10-27T23:19:02+01:00
msado15: Mark recordset open in ADORecordsetConstruction:put_Rowset.
- - - - -
2 changed files:
- dlls/msado15/recordset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2935a6cabcbf5f79a45df339ccd19…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2935a6cabcbf5f79a45df339ccd19…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2935a6ca by Zhengyong Chen at 2025-10-27T23:19:02+01:00
server: Fix incorrect key modification in rename_key function.
When `index == cur_index + 1`, the modification logic incorrectly altered
the value of the subkey following the current key, leading to unintended
changes in other keys.
Signed-off-by: chenzhengyong <chenzhengyong(a)uniontech.com>
- - - - -
1 changed file:
- server/registry.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2935a6cabcbf5f79a45df339ccd19e…
You're receiving this email because of your account on gitlab.winehq.org.