Alexandre Julliard pushed to branch master at wine / wine
Commits:
f90bfddb by Nikolay Sivov at 2025-02-21T22:10:54+01:00
windowscodecs: Remove TGA decoder.
It was only used for d3dx9, which is no longer a case.
It's not available on Windows.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/windowscodecs/Makefile.in
- dlls/windowscodecs/clsfactory.c
- dlls/windowscodecs/regsvr.c
- − dlls/windowscodecs/tgaformat.c
- dlls/windowscodecs/wincodecs_private.h
- dlls/windowscodecs/windowscodecs_wincodec.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f90bfddb522ea34b6418a970c9e80a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/f90bfddb522ea34b6418a970c9e80a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ece6eb3e by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Introduce a helper to check the platform lock count.
- - - - -
e26fdf4f by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Test mixing of MF platform functions with their Rtwq equivalents.
- - - - -
521fd2d6 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Test platform startup and lock counts.
- - - - -
63318365 by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq/tests: Test work queue.
- - - - -
bbd5a832 by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq: Introduce a platform startup count.
- - - - -
d2fc980b by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq: Introduce an async result object cache.
Caching while the platform is started is consistent with platform lock
count behaviour observed in Windows.
- - - - -
fd309f66 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat: Free the inner cookie passed to resolver_create_cancel_object().
- - - - -
78269fb7 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Release callback2 in test_event_queue().
- - - - -
4728ae13 by Conor McCarthy at 2025-02-21T22:10:54+01:00
mfplat/tests: Check for async result release after canceling work and shutting down.
- - - - -
8bed49cd by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq/tests: Test scheduled items.
- - - - -
01e6016b by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq/tests: Test queue shutdown with pending items.
- - - - -
0fb4e215 by Conor McCarthy at 2025-02-21T22:10:54+01:00
rtworkq: Do not cancel pending callbacks when closing a thread pool.
- - - - -
4 changed files:
- dlls/mfplat/main.c
- dlls/mfplat/tests/mfplat.c
- dlls/rtworkq/queue.c
- dlls/rtworkq/tests/rtworkq.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c9fb4ef1ebde11d449a9414ac459b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c9fb4ef1ebde11d449a9414ac459b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a5f48617 by Dmitry Timoshkov at 2025-02-20T22:50:17+01:00
gdiplus: Add support for more image color formats.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
4bd044dd by Dmitry Timoshkov at 2025-02-20T22:50:17+01:00
gdiplus/tests: Add some tests for loading TIFF images in various color formats.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/gdiplus/image.c
- dlls/gdiplus/tests/image.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7af65117029dea7ef94e0464d4824…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7af65117029dea7ef94e0464d4824…
You're receiving this email because of your account on gitlab.winehq.org.