--
v6: vkd3d-shader/dxil: Implement DX intrinsic SplitDouble.
tests/shader-runner: Add an asuint() test to the 64-bit cast tests.
tests/shader-runner: Support testing for integer pixel data.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/589
--
v7: win32u: Get rid of the rawinput thread data and buffer.
server: Fix rawinput buffer sizes and alignment on WoW64.
server: Move rawinput message conversion from win32u.
server: Stop using hardware_msg_data in rawinput_message.
server: Combine HID usage page and usage together.
server: Stop using union rawinput in hw_input_t.
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
--
v6: win32u: Get rid of the rawinput thread data and buffer.
server: Fix rawinput buffer sizes and alignment on WoW64.
server: Move rawinput message conversion from win32u.
server: Stop using hardware_msg_data in rawinput_message.
server: Combine HID usage page and usage together.
server: Stop using union rawinput in hw_input_t.
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
--
v5: win32u: Get rid of the rawinput thread data and buffer.
server: Fix rawinput buffer sizes and alignment on WoW64.
server: Move rawinput message conversion from win32u.
server: Stop using hardware_msg_data in rawinput_message.
server: Combine HID usage page and usage together.
server: Stop using union rawinput in hw_input_t.
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
Goes atop !601. The last three commits belong to this MR.
--
v2: vkd3d-shader/dxil: Implement DX intrinsic TextureStore.
tests/shader-runner: Add shader model 6 texture UAV tests.
tests/shader-runner: Emit descriptor ranges for consecutive resources.
vkd3d-shader/spirv: Emit a vector bitcast if necessary in spirv_compiler_emit_load_ssa_reg().
vkd3d-shader/dxil: Implement DX intrinsic TextureLoad.
https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/611