Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
98b0ca54 by Giovanni Mascellani at 2025-07-14T18:06:55+02:00
vkd3d-shader/ir: Test the data type when validating comparison operations.
I had forgot that bit.
- - - - -
395d4563 by Giovanni Mascellani at 2025-07-14T18:10:20+02:00
tests/hlsl: Test int64 comparisons.
- - - - -
cc42581a by Giovanni Mascellani at 2025-07-14T18:12:03+02:00
tests/hlsl: Test uint64 comparisons.
- - - - -
5dd452a5 by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate HCOS instructions.
- - - - -
e954f758 by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate HSIN instructions.
- - - - -
4d1fabd3 by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate HTAN instructions.
- - - - -
c29e8188 by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate IADD instructions.
- - - - -
9f455667 by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate IEQ instructions.
- - - - -
715d23eb by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate IGE instructions.
- - - - -
ed464a4f by Giovanni Mascellani at 2025-07-14T18:12:22+02:00
vkd3d-shader/ir: Validate ILT instructions.
- - - - -
3 changed files:
- libs/vkd3d-shader/ir.c
- tests/hlsl/arithmetic-int-uniform.shader_test
- tests/hlsl/arithmetic-uint.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0c3250122cb7dcefef171d1288a1…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0c3250122cb7dcefef171d1288a1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d2de72b4 by Shaun Ren at 2025-07-11T21:17:16+02:00
sapi/xml: Parse the rate attribute in the SSML <prosody> element.
- - - - -
fed5c196 by Shaun Ren at 2025-07-11T21:17:18+02:00
sapi/xml: Parse the volume attribute in the <prosody> SSML element.
- - - - -
fd80e351 by Shaun Ren at 2025-07-11T21:17:19+02:00
sapi/xml: Parse the pitch attribute in the <prosody> SSML element.
- - - - -
2 changed files:
- dlls/sapi/tests/tts.c
- dlls/sapi/xml.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70cc61adf8e688f0f48b16329b6f9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70cc61adf8e688f0f48b16329b6f9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bbc590a9 by Vibhav Pant at 2025-07-11T18:26:31+02:00
winebth.sys: Create PDOs for remote Bluetooth devices.
- - - - -
012e11ae by Vibhav Pant at 2025-07-11T18:26:44+02:00
winebth.sys: Store a list of GATT services discovered on LE devices.
Enable GUID_BLUETOOTHLE_DEVICE_INTERFACE for remote devices that have GATT services, and store them
on the PE driver.
- - - - -
2506b6e5 by Vibhav Pant at 2025-07-11T18:26:44+02:00
winebth.sys: Implement IOCTL_WINEBTH_LE_DEVICE_GET_GATT_SERVICES.
- - - - -
6da8c51b by Vibhav Pant at 2025-07-11T18:26:44+02:00
bluetoothapis: Implement BluetoothGATTGetServices.
- - - - -
65408b64 by Vibhav Pant at 2025-07-11T18:26:44+02:00
bluetoothapis/tests: Add tests for BluetoothGATTGetServices.
- - - - -
17 changed files:
- dlls/bluetoothapis/Makefile.in
- dlls/bluetoothapis/bluetoothapis.spec
- + dlls/bluetoothapis/gatt.c
- dlls/bluetoothapis/main.c
- dlls/bluetoothapis/tests/Makefile.in
- + dlls/bluetoothapis/tests/gatt.c
- dlls/winebth.sys/dbus.c
- dlls/winebth.sys/unixlib.c
- dlls/winebth.sys/unixlib.h
- dlls/winebth.sys/winebluetooth.c
- dlls/winebth.sys/winebth.c
- dlls/winebth.sys/winebth_priv.h
- include/Makefile.in
- + include/bluetoothleapis.h
- + include/bthledef.h
- + include/ddk/bthguid.h
- include/wine/winebth.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cec0ca48f118a22780f3bc9a44ec2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cec0ca48f118a22780f3bc9a44ec2…
You're receiving this email because of your account on gitlab.winehq.org.