Alexandre Julliard pushed to branch master at wine / wine
Commits:
9f38a97f by Eric Pouech at 2024-12-04T12:19:07+01:00
dbghelp: Extend search for buildid in system directories.
Search for build-id files in several directories:
- add /usr/lib/.build-id (Fedora now uses this one)
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
fc166801 by Eric Pouech at 2024-12-04T12:19:09+01:00
dbghelp: Search debug info with buildid for RSDS debug entry w/o filenames.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/module.c
- dlls/dbghelp/pe_module.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d09fde30f23d95ce801d381da7b8c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d09fde30f23d95ce801d381da7b8c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
369c9dc6 by Brendan Shanks at 2024-12-04T12:18:20+01:00
include: Use %fs/%gs prefixes instead of a separate .byte 0x64/.byte 0x65.
- - - - -
d09fde30 by Brendan Shanks at 2024-12-04T12:18:21+01:00
ntdll: Use %fs/%gs prefixes instead of a separate .byte 0x64/.byte 0x65.
- - - - -
4 changed files:
- dlls/ntdll/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- include/wine/exception.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e8ab49bf57bba926c76339c03ab4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e8ab49bf57bba926c76339c03ab4…
You're receiving this email because of your account on gitlab.winehq.org.
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:
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.