--
v2: dinput/tests: Add more tests for HID rawinput buffer.
dinput/tests: Add a helper to wait on HID input reads.
user32/tests: Rewrite the rawinput buffer test with keyboard input.
user32/tests: Run rawinput device tests in the separate desktop.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4946
These were in the staging user32-Mouse_Message_Hwnd series, I rewrote them to use the new test helpers. There were more tests with DC regions but I don't think they really belong to the input tests. The fixes are also not completely correct (they don't pass some tests now) so probably would need some investigation.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4945
Some driver, e.g. MoltenVK, fail in some cases if the image view usage is too broad or unknown.
--
v6: wined3d: Expose the image view usage for non-default views.
wined3d: Expose the image view usage for null views.
https://gitlab.winehq.org/wine/wine/-/merge_requests/4022
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55421
Partial revert of 413fc34be7fca948dc53b3eb8cd1a08e951f2b4e.
Proton testing reveals that Arial font breaks another launcher, and it's not known to fix anything. Native behavior doesn't really matter here (since it's a situation that Windows will never encounter in practice), so go with the font that seems to be a better match until we have a proper replacement for Microsoft Sans Serif (not to be confused with MS Sans Serif).
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4949