Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2c249b26 by Henri Verbeet at 2025-09-22T11:35:09+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_f32tof16().
- - - - -
8c17fb27 by Henri Verbeet at 2025-09-22T11:35:09+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_comparison_instruction().
- - - - -
24ec724d by Henri Verbeet at 2025-09-22T11:35:09+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_float_comparison_instruction().
- - - - -
eb124d3a by Henri Verbeet at 2025-09-22T11:35:09+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_lod().
- - - - -
cdbe712b by Henri Verbeet at 2025-09-22T11:35:09+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ld_tgsm().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d4cb6bf52de53814ddc55668dbfb…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d4cb6bf52de53814ddc55668dbfb…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
16cb69a3 by Petrichor Park at 2025-09-22T11:26:42+02:00
tests/hlsl: Split the test for countbits()/firstbithigh()/firstbitlow().
And add some more.
- - - - -
e49beca0 by Petrichor Park at 2025-09-22T11:26:42+02:00
vkd3d-shader/hlsl: Implement the countbits() intrinsic.
- - - - -
e6d84017 by Petrichor Park at 2025-09-22T11:26:42+02:00
vkd3d-shader/hlsl: Implement the firstbithigh() intrinsic.
- - - - -
e35604db by Petrichor Park at 2025-09-22T11:26:42+02:00
vkd3d-shader/hlsl: Implement the firstbitlow() intrinsic.
- - - - -
9 changed files:
- configure.ac
- include/private/vkd3d_common.h
- 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
- libs/vkd3d-shader/tpf.c
- tests/hlsl/bitwise.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/52b9aa416bb4e8be2fb6e28ffd12…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/52b9aa416bb4e8be2fb6e28ffd12…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
20ba4773 by Elizabeth Figura at 2025-09-21T16:54:15-05:00
Rebase against 8da914b27c9939ecf511001bcac1a6c74e7edde0.
- - - - -
5 changed files:
- patches/ntdll-Hide_Wine_Exports/0001-ntdll-Add-support-for-hiding-wine-version-informatio.patch
- patches/server-PeekMessage/0001-server-Fix-handling-of-GetMessage-after-previous-Pee.patch
- − patches/vbscript-classes/0001-vbscript-class-single-line-multivar.patch
- − patches/vbscript-classes/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/20ba4773d6a835ef3d2c12…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/20ba4773d6a835ef3d2c12…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0e8d8eeb by Rémi Bernon at 2025-09-21T21:40:03+02:00
server: Return early if there's no queue in queue requests.
- - - - -
5ba32a66 by Rémi Bernon at 2025-09-21T21:40:03+02:00
server: Move hooks_count to the end of the queue_shm_t struct.
Avoid field alignment issues as NB_HOOKS is odd.
- - - - -
2086693b by Rémi Bernon at 2025-09-21T21:40:03+02:00
win32u: Move the message queue access time to shared memory.
- - - - -
0b34b0d0 by Rémi Bernon at 2025-09-21T21:40:03+02:00
server: Use monotonic_time as queue access time base.
- - - - -
8da914b2 by Rémi Bernon at 2025-09-21T21:40:03+02:00
win32u: Check the queue access time from the shared memory.
- - - - -
7 changed files:
- dlls/win32u/hook.c
- dlls/win32u/message.c
- dlls/win32u/ntuser_private.h
- include/wine/server_protocol.h
- server/hook.c
- server/protocol.def
- server/queue.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9efece4a98774a9ee12bfd4d221e4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9efece4a98774a9ee12bfd4d221e4…
You're receiving this email because of your account on gitlab.winehq.org.