Mostly split from https://gitlab.winehq.org/wine/wine/-/merge_requests/4946.
--
v2: dinput/tests: Test rawinput with the virtual HID touchscreen.
dinput/tests: Use a polled HID touchscreen device.
dinput/tests: Test rawinput messages with non-input desktop.
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/5005
As _WINE_HWND_STYLE and _WINE_HWND_EXSTYLE respectively.
Gamescope parses these to make smarter decisions about what window
to primary focus, or to treat as a dropdown/overlay.
This was originally a Proton commit by Remi Bernon, however,
it would definitely be nice to have support for Gamescope focusing
correctly under upstream Wine as well.
Fixes a bunch of games/launchers run with Wine under Gamescope.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/2902
--
v4: vkd3d-shader/spirv: Emit line numbers if debugging info is not stripped.
vkd3d-compiler: Add a command line option for instruction numbering.
vkd3d-shader/d3d-asm: Enable instruction numbering for trace output.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/612