Alexandre Julliard pushed to branch master at wine / wine
Commits:
d76cf49a by Brendan McGrath at 2025-05-12T13:04:10+02:00
mfreadwrite: Use stream_index from ASYNC_SAMPLE_READY command.
If we don't use stream_index, then the first sample in the response
queue is popped and delivered. However, this sample may not be from the
stream that is making the sample request.
- - - - -
1 changed file:
- dlls/mfreadwrite/reader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d76cf49a5e3473a85254588d4c0ca2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d76cf49a5e3473a85254588d4c0ca2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cf8e91b8 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in Clear method if no target is set.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58185
- - - - -
b1600581 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in DrawBitmap method family if no target is set.
- - - - -
8348b879 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in DrawGeometry method family if no target is set.
- - - - -
f99d9b73 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in FillGeometry method family if no target is set.
- - - - -
978dc767 by Akihiro Sagawa at 2025-05-12T13:04:05+02:00
d2d1: Fix a crash in DrawGlyphRun method family if no target is set.
- - - - -
2 changed files:
- dlls/d2d1/device.c
- dlls/d2d1/tests/d2d1.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cbb92cfb93949a89cd997815a108…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cbb92cfb93949a89cd997815a108…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
dd34899e by Giovanni Mascellani at 2025-05-12T15:37:27+02:00
vkd3d-shader/dxil: Call register_get_float_value() directly in sm6_value_get_constant_float().
sm6_metadata_get_float_value() already calls sm6_value_is_constant()
itself, and some compilers (rightly) emit a warning that the conversion
of UINT_MAX to float changes the value.
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/dd34899e974658635f5a4acbdbbe0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/dd34899e974658635f5a4acbdbbe0…
You're receiving this email because of your account on gitlab.winehq.org.