Alexandre Julliard pushed to branch master at wine / wine
Commits:
9a1ff781 by Alexandre Julliard at 2024-12-04T12:05:43+01:00
taskmgr: Only list dynamically settable debug channels.
- - - - -
9e8ab49b by Alexandre Julliard at 2024-12-04T12:16:58+01:00
server: Only store a Unix name for regular files.
- - - - -
4 changed files:
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/file.c
- programs/taskmgr/dbgchnl.c
- server/fd.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b0a34b39fc692616227a477de6186…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b0a34b39fc692616227a477de6186…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
28068c9d by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ROUND_NI.
- - - - -
610a11dd by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_IF and VKD3DSIH_ENDIF.
- - - - -
568296c8 by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_ROUND_NE.
- - - - -
b1e6dbe8 by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Handle SV_IS_FRONT_FACE inputs.
- - - - -
64ea033c by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_LOG.
- - - - -
ab2cb43e by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_MAX.
- - - - -
bc67f2eb by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_MIN.
- - - - -
a06e6647 by Feifan He at 2024-12-04T14:26:20+01:00
vkd3d-shader/msl: Implement VKD3DSIH_RSQ.
- - - - -
13 changed files:
- libs/vkd3d-shader/msl.c
- tests/hlsl/clamp.shader_test
- tests/hlsl/floor.shader_test
- tests/hlsl/hard-copy-prop.shader_test
- tests/hlsl/inverse-trig.shader_test
- tests/hlsl/is-front-face.shader_test
- tests/hlsl/lit.shader_test
- tests/hlsl/log.shader_test
- tests/hlsl/max-min.shader_test
- tests/hlsl/normalize.shader_test
- tests/hlsl/pow.shader_test
- tests/hlsl/round.shader_test
- tests/hlsl/sqrt.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36fda8e28ca31517ae051b2e46b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36fda8e28ca31517ae051b2e46b0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
16f20eb0 by Rémi Bernon at 2024-12-03T21:48:30+01:00
quartz/dsoundrender: Rename "This" to "filter".
- - - - -
e3fc8b53 by Rémi Bernon at 2024-12-03T21:48:30+01:00
quartz/dsoundrender: Add missing static qualifier to IDispatch methods.
- - - - -
8d1c75b4 by Rémi Bernon at 2024-12-03T21:48:30+01:00
quartz/dsoundrender: Make brace placement consistent.
- - - - -
c716f456 by Rémi Bernon at 2024-12-03T21:48:30+01:00
quartz/dsoundrender: Use a consistent style for method names.
- - - - -
b0a34b39 by Rémi Bernon at 2024-12-03T21:48:30+01:00
quartz/dsoundrender: Make trace messages more consistent.
- - - - -
1 changed file:
- dlls/quartz/dsoundrender.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eee10e953bdd775518400ad9b4018…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eee10e953bdd775518400ad9b4018…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
24120545 by Ziqing Hui at 2024-12-03T21:48:30+01:00
qasf: Return S_FALSE for flushing in dmo_wrapper_sink_Receive.
- - - - -
49858a7b by Ziqing Hui at 2024-12-03T21:48:30+01:00
qasf/tests: Test dmo_wrapper_sink_Receive if downstream fail to receive.
- - - - -
eee10e95 by Ziqing Hui at 2024-12-03T21:48:30+01:00
qasf: Return failure in dmo_wrapper_sink_Receive if process_output fails.
- - - - -
2 changed files:
- dlls/qasf/dmowrapper.c
- dlls/qasf/tests/dmowrapper.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6bc7a3db3284933f2c0032fae017…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b6bc7a3db3284933f2c0032fae017…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
c37f89ab by Piotr Caban at 2024-12-03T21:48:29+01:00
msvcrt: Prepare _fsopen to handle UTF-8 strings.
- - - - -
b6de42ee by Piotr Caban at 2024-12-03T21:48:29+01:00
msvcrt: Call _wunlink in _unlink function.
- - - - -
35a56bce by Piotr Caban at 2024-12-03T21:48:29+01:00
msvcrt: Call _waccess in _access function.
- - - - -
c712d223 by Piotr Caban at 2024-12-03T21:48:30+01:00
msvcrt: Call _wchmod in _chmod function.
- - - - -
e8f02ae8 by Piotr Caban at 2024-12-03T21:48:30+01:00
msvcrt: Call _unlink in remove function.
- - - - -
27e6069e by Piotr Caban at 2024-12-03T21:48:30+01:00
msvcrt: Call _wunlink in _wremove function.
- - - - -
b11c4bc5 by Piotr Caban at 2024-12-03T21:48:30+01:00
msvcrt: Prepare _mktemp to handle UTF-8 strings.
- - - - -
b6bc7a3d by Piotr Caban at 2024-12-03T21:48:30+01:00
msvcrt: Prepare _mktemp_s to handle UTF-8 strings.
- - - - -
2 changed files:
- dlls/msvcrt/file.c
- dlls/ucrtbase/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be1789ef1ec370bd2a945ec59a775…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be1789ef1ec370bd2a945ec59a775…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
236ca49c by Aida Jonikienė at 2024-12-03T21:48:29+01:00
winevulkan: Mirror function handling in vk_is_available_instance_function32().
32-bit DXVK doesn't find the surface creation function without this.
- - - - -
b10f3450 by Aida Jonikienė at 2024-12-03T21:48:29+01:00
winevulkan: Use WINE_UNIX_LIB instead of WINE_VK_HOST.
The alignment of some Vulkan structs doesn't match the winevulkan
Unix library otherwise (causing strange segfaults on 32-bit).
- - - - -
13 changed files:
- dlls/win32u/d3dkmt.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/vulkan.c
- dlls/winemac.drv/vulkan.c
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan.c
- dlls/winevulkan/vulkan_private.h
- dlls/winewayland.drv/vulkan.c
- dlls/winex11.drv/vulkan.c
- dlls/winex11.drv/x11drv_main.c
- dlls/winex11.drv/xrandr.c
- include/wine/vulkan.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9245a5e23b4b091465a35efe4fb1c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9245a5e23b4b091465a35efe4fb1c…
You're receiving this email because of your account on gitlab.winehq.org.