--
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