Alexandre Julliard pushed to branch master at wine / wine
Commits:
b5a4c2f6 by William Horvath at 2024-12-12T22:35:41+01:00
win32u: Check for driver events more often.
Use a QPC wrapper to avoid NtGetTickCount, which is coupled to
the 16 millisecond user_shared_data_timeout in server/fd.c. This
lowers the throttling period to 0.25ms (8khz), which is quick
enough to consume driver events from high polling rate devices.
Fixes: 54ca1ab607d3ff22a1f57a9561430f64c75f0916
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57442
- - - - -
2 changed files:
- dlls/win32u/message.c
- dlls/win32u/ntuser_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b5a4c2f64ad07b0aaeddc2d8245bc7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b5a4c2f64ad07b0aaeddc2d8245bc7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
be1e56ca by Eric Pouech at 2024-12-12T22:35:41+01:00
dbghelp: Fix error handling in PDB/FPO unwinder.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c138ddcc by Eric Pouech at 2024-12-12T22:35:41+01:00
dbghelp: Lower vector allocation for local variables.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/dbghelp/msc.c
- dlls/dbghelp/symbol.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/44125ad77b028f592c46b059cc105…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/44125ad77b028f592c46b059cc105…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f47610fa by Alexandre Julliard at 2024-12-12T14:47:48+01:00
wineboot: Always wrap the wait dialog text.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56325
- - - - -
b97d45e6 by Alexandre Julliard at 2024-12-12T22:35:36+01:00
wineboot: Resize the wait dialog to accommodate the text size.
- - - - -
44125ad7 by Alexandre Julliard at 2024-12-12T22:35:41+01:00
wineboot: Scale the wait dialog icon with the dialog size.
- - - - -
3 changed files:
- programs/wineboot/Makefile.in
- programs/wineboot/wineboot.c
- programs/wineboot/wineboot.rc
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/397a309082dee900063c2e348076c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/397a309082dee900063c2e348076c…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
edb36c07 by Elizabeth Figura at 2024-12-12T17:26:37+01:00
tests/shader_runner: Use is_todo instead of separate shader states.
- - - - -
830bdd00 by Elizabeth Figura at 2024-12-12T17:26:49+01:00
tests/shader_runner: Use a separate variable for shader type.
- - - - -
58271972 by Elizabeth Figura at 2024-12-12T17:28:45+01:00
tests/shader_runner: Don't bother distinguishing directive substrings.
Consider ']' a terminator for any string.
- - - - -
1 changed file:
- tests/shader_runner.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dd0ed989a18f4e24513b0c8e4f3d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/dd0ed989a18f4e24513b0c8e4f3d…
You're receiving this email because of your account on gitlab.winehq.org.