Alexandre Julliard pushed to branch master at wine / wine
Commits:
07f34858 by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Use test context in a few metadata tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c5afaddf by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Add some tests for GetContainerFormats().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
83630676 by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Use a helper instead of a macro.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
39fe25a3 by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Remove endianess compile time checks from the tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3c6ca2e7 by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Move IFD data tests to a helper.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
133b919e by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Run data test on the Exif reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
601cc244 by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Add some tests for the Gps reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
db5ea116 by Nikolay Sivov at 2024-12-13T11:19:53+01:00
windowscodecs/tests: Add some tests for the App1 reader.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/windowscodecs/tests/converter.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d8d17e36c6fb17782c498468725e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d8d17e36c6fb17782c498468725e…
You're receiving this email because of your account on gitlab.winehq.org.
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.