Alexandre Julliard pushed to branch master at wine / wine
Commits:
3f01a9ed by Paul Gofman at 2025-02-20T20:44:19+01:00
crypt32/tests: Add test for chain engine cache update.
- - - - -
b166366b by Paul Gofman at 2025-02-20T20:44:19+01:00
crypt32: Lock store in MemStore_deleteContext().
- - - - -
015cc751 by Paul Gofman at 2025-02-20T20:44:19+01:00
crypt32: Do not temporary delete contexts in I_CertUpdateStore().
- - - - -
a74ea942 by Paul Gofman at 2025-02-20T20:44:19+01:00
crypt32: Only sync registry store if registry has changed.
- - - - -
b204c37c by Paul Gofman at 2025-02-20T20:44:19+01:00
crypt32: Resync world store for default engines in get_chain_engine().
- - - - -
5 changed files:
- dlls/crypt32/chain.c
- dlls/crypt32/crypt32_private.h
- dlls/crypt32/regstore.c
- dlls/crypt32/store.c
- dlls/crypt32/tests/chain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64262512ab446c7606558fb660630…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/64262512ab446c7606558fb660630…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
52ee3ed2 by Zhiyi Zhang at 2025-02-20T20:44:19+01:00
d3d11/tests: Test D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT feature.
- - - - -
64262512 by Elizabeth Figura at 2025-02-20T20:44:19+01:00
d3d11: Implement D3D11_FEATURE_D3D9_SIMPLE_INSTANCING_SUPPORT.
- - - - -
7 changed files:
- dlls/d3d11/device.c
- dlls/d3d11/tests/d3d11.c
- dlls/wined3d/adapter_gl.c
- dlls/wined3d/adapter_vk.c
- dlls/wined3d/directx.c
- dlls/wined3d/wined3d_private.h
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b7fa3068ba31cbbf7452f3afdb28a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b7fa3068ba31cbbf7452f3afdb28a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b6f04d9e by Conor McCarthy at 2025-02-20T20:44:19+01:00
mfplat/tests: Test putting work on an undefined queue id.
- - - - -
c641a9a2 by Conor McCarthy at 2025-02-20T20:44:19+01:00
rtworkq/tests: Test putting work on an undefined queue id.
- - - - -
1b184023 by Conor McCarthy at 2025-02-20T20:44:19+01:00
rtworkq: Support putting work on RTWQ_CALLBACK_QUEUE_UNDEFINED.
- - - - -
b7fa3068 by Conor McCarthy at 2025-02-20T20:44:19+01:00
rtworkq: Support putting work on any id in RTWQ_CALLBACK_QUEUE_PRIVATE_MASK.
- - - - -
3 changed files:
- 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/9ff3434f4adc3bff3b0402ace433e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9ff3434f4adc3bff3b0402ace433e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ce07f328 by Dmitry Timoshkov at 2025-02-20T14:43:21+01:00
oleaut32: Add missing fixup for SLTG typename offset.
Fixes regression introduced in 12c79c33a1d9c790201fe3631238c9277424771f.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
642807bc by Dmitry Timoshkov at 2025-02-20T14:43:21+01:00
oleaut32: Avoid double initialization of TypeInfoCount when reading SLTG typelib.
typeinfo count in an SLTG typelib is written right before typeinfo blocks.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1 changed file:
- dlls/oleaut32/typelib.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/df8d2ae579f297db4e705786f3286…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/df8d2ae579f297db4e705786f3286…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b7ca09bd by Dmitry Timoshkov at 2025-02-20T14:14:19+01:00
oleaut32: Make OleLoadPicture load DIBs using WIC decoder.
Application in the bug 39474 depends on this (GetObject/bmBits should not be
NULL, otherwise it crashes). Also, since CreateDIBSection doesn't support RLE
compressed bitmaps it's necessary to decompress it in memory in advance.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=39474
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/oleaut32/olepicture.c
- dlls/oleaut32/tests/olepicture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b7ca09bd6498155dd3cbcf3f6f81af…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/b7ca09bd6498155dd3cbcf3f6f81af…
You're receiving this email because of your account on gitlab.winehq.org.