Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5387347 by Paul Gofman at 2025-01-28T22:19:09+01:00
win32u: Nullify surface hwnd when detaching Vulkan surface.
- - - - -
789899e4 by Paul Gofman at 2025-01-28T22:19:09+01:00
win32u: Check for NULL hwnd before calling vulkan_surface_presented() driver callback.
- - - - -
b63f29c4 by Paul Gofman at 2025-01-28T22:19:09+01:00
win32u: Don't invalidate existing Vulkan surface when a new one is created for window.
- - - - -
49200473 by Paul Gofman at 2025-01-28T22:19:09+01:00
winex11: Attach currently active Vulkan onscreen surface in vulkan_surface_update_offscreen().
- - - - -
2 changed files:
- dlls/win32u/vulkan.c
- dlls/winex11.drv/vulkan.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea44fc340574c94a18520eb8d66fb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea44fc340574c94a18520eb8d66fb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bd0c50f8 by Makarenko Oleg at 2025-01-28T17:54:47+01:00
dinput/tests: Add more tests for force feedback.
Add simple ConstantForce tests. Add Condition effect tests with out-of-bounds saturation values.
- - - - -
5d086641 by Makarenko Oleg at 2025-01-28T17:54:47+01:00
dinput: Clamp FFB effect report value to the field range.
Move scaling and clamping FFB report values to separate functions.
Do not clamp effect duration or saturation values.
- - - - -
2 changed files:
- dlls/dinput/joystick_hid.c
- dlls/dinput/tests/force_feedback.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28890e60ccbf0edec90bc55131887…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28890e60ccbf0edec90bc55131887…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
22c13396 by William Horvath at 2025-01-28T11:43:30+01:00
ntdll/tests: Add tests for NtDelayExecution and Sleep(Ex).
- - - - -
18895d05 by William Horvath at 2025-01-28T11:43:32+01:00
ntdll: Fix the return value of NtDelayExecution.
The key change is to never return STATUS_TIMEOUT, and to instead return the result of
NtYieldExecution() if zero timeout was passed, or STATUS_SUCCESS otherwise.
An overview of the correct values for each combination, copied from the test commit:
- Non-alertable, zero timeout: STATUS_SUCCESS or STATUS_NO_YIELD_PERFORMED
- Non-alertable, non-zero timeout: STATUS_SUCCESS
- Alertable, zero timeout: STATUS_SUCCESS, STATUS_NO_YIELD_PERFORMED, or STATUS_USER_APC
- Alertable, non-zero timeout: STATUS_SUCCESS or STATUS_USER_APC
- Sleep/SleepEx don't modify LastError, no matter what
- - - - -
2 changed files:
- dlls/ntdll/tests/sync.c
- dlls/ntdll/unix/sync.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/534d696803f3c963b1541a558500e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/534d696803f3c963b1541a558500e…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
a5d4cbdd by Conor McCarthy at 2025-01-28T12:07:43+01:00
tests/hlsl: Pass a profile string instead of a shader type to dxc_compiler_compile_shader().
- - - - -
033a0d29 by Conor McCarthy at 2025-01-28T13:13:44+01:00
tests/hlsl: Add some arithmetic uint16 shader tests.
- - - - -
5 changed files:
- tests/hlsl/arithmetic-uint.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d12.c
- tests/utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/40c225095f64dacfe8b88780a5d4…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/40c225095f64dacfe8b88780a5d4…
You're receiving this email because of your account on gitlab.winehq.org.