Alexandre Julliard pushed to branch master at wine / wine
Commits:
e178c8fd by Jacek Caban at 2024-12-02T14:51:03+01:00
imagehlp: Cast AddressOfData to size_t in debug traces.
Fixes -Wformat warning on Clang.
- - - - -
9b7a89c6 by Jacek Caban at 2024-12-02T14:51:04+01:00
mmdevapi/tests: Use %u format for unsigned int arguments.
- - - - -
e9463566 by Jacek Caban at 2024-12-02T14:51:04+01:00
include: Enable format attributes for debug traces in Clang MSVC mode.
- - - - -
3 changed files:
- dlls/imagehlp/modify.c
- dlls/mmdevapi/tests/spatialaudio.c
- include/wine/debug.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4ad4f3aef94c253b0c3a8508bf44…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c4ad4f3aef94c253b0c3a8508bf44…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
86f0b209 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wmkdir in _mkdir function.
- - - - -
2cf2b65a by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wrmdir in _rmdir function.
- - - - -
3cb11cde by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wchdir in _chdir function.
- - - - -
013b70d4 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wgetcwd in _getcwd function.
- - - - -
7bc161d0 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wgetdcwd in _getdcwd function.
- - - - -
30785e64 by Piotr Caban at 2024-12-01T22:20:47+01:00
msvcrt: Call _wfullpath in _fullpath function.
- - - - -
3 changed files:
- dlls/msvcrt/dir.c
- dlls/msvcrt/msvcrt.h
- dlls/ucrtbase/tests/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82afdc55269bb59ea18a23fef4cc9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/82afdc55269bb59ea18a23fef4cc9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b7b83309 by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32: Fix unsupported vector elements detection in PropertyStorage_ReadProperty.
- - - - -
662c3194 by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32/tests: Add FMTID_UserDefinedProperties property storage tests.
- - - - -
41b4a774 by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32: Read property storage section from correct location.
- - - - -
c4ad4f3a by Piotr Caban at 2024-12-02T14:51:00+01:00
ole32/tests: Add more FMTID_UserDefinedProperties property storage tests.
- - - - -
2 changed files:
- dlls/ole32/stg_prop.c
- dlls/ole32/tests/stg_prop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30785e6495d1d3f82d49611b2d9e0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30785e6495d1d3f82d49611b2d9e0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
69c4cdf0 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Fix potential test failure from memcmp'ing uninitialized bytes.
- - - - -
2a3f2f25 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Add tests for BluetoothFindFirstRadio.
- - - - -
916dc25f by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Add tests for BluetoothFindNextRadio.
- - - - -
752a5283 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis/tests: Add tests for BluetoothFindRadioClose.
- - - - -
82afdc55 by Vibhav Pant at 2024-12-01T22:20:41+01:00
bluetoothapis: Implement BluetoothFindFirstRadio, BluetoothFindNextRadio, BluetoothFindRadioClose.
- - - - -
5 changed files:
- dlls/bluetoothapis/Makefile.in
- dlls/bluetoothapis/main.c
- dlls/bluetoothapis/tests/Makefile.in
- + dlls/bluetoothapis/tests/radio.c
- dlls/bluetoothapis/tests/sdp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2c5f571351125722206f56a219e3d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2c5f571351125722206f56a219e3d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
39cbef9e by Henri Verbeet at 2024-12-02T17:13:17+01:00
tests: Get rid of some redundant "glsl" todo's.
These are redundant either because we already have a broader tag like
"sm<6", or because the tests are never executed with the GLSL runner in
the first place.
- - - - -
4 changed files:
- tests/hlsl/for.shader_test
- tests/hlsl/function.shader_test
- tests/hlsl/trigonometry.shader_test
- tests/hlsl/unroll.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/39cbef9e018ee760ffd175fdd6729…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/39cbef9e018ee760ffd175fdd6729…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
a1de406d by Elizabeth Figura at 2024-12-02T17:08:43+01:00
vkd3d-shader/spirv: Handle SSA registers in spirv_compiler_get_register_info().
Instead of in spirv_compiler_emit_load_reg(). This allows arbitrary swizzles to
work and reduces the amount of duplicated code.
- - - - -
f86d1e72 by Elizabeth Figura at 2024-12-02T17:12:06+01:00
vkd3d-shader/ir: Allow controlling fog through parameters.
Fog requires several parameters to even implement the most basic of
functionality correctly, so this commit is relatively large.
- - - - -
fc98cb48 by Elizabeth Figura at 2024-12-02T17:12:13+01:00
vkd3d-shader/ir: Add a couple of traces for signature remapping.
- - - - -
1fbbc82f by Elizabeth Figura at 2024-12-02T17:12:16+01:00
vkd3d-shader/ir: Allow controlling the fog source through a parameter.
- - - - -
d56601c8 by Elizabeth Figura at 2024-12-02T17:12:20+01:00
vkd3d-shader/ir: Implement exponential fog.
- - - - -
10 changed files:
- include/vkd3d_shader.h
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/fog.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d9.c
- tests/shader_runner_vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7d2819249b121c0c027116f65093…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7d2819249b121c0c027116f65093…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
004a6d30 by Feifan He at 2024-11-30T14:12:21+01:00
tests/shader_runner_metal: Implement depth texture and state.
- - - - -
b7203b0b by Feifan He at 2024-11-30T14:14:26+01:00
tests/shader_runner_metal: Implement clears.
- - - - -
7d281924 by Feifan He at 2024-11-30T14:25:10+01:00
vkd3d-shader/msl: Implement support for the VKD3DSPR_DEPTHOUT register.
- - - - -
3 changed files:
- libs/vkd3d-shader/msl.c
- tests/hlsl/depth-out.shader_test
- tests/shader_runner_metal.m
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/949708450b1a53adac5f09cbf685…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/949708450b1a53adac5f09cbf685…
You're receiving this email because of your account on gitlab.winehq.org.