Alexandre Julliard pushed to branch master at wine / wine
Commits:
6656df20 by Piotr Caban at 2025-01-27T12:39:22+01:00
ole32: Add support for reading VT_R4 property.
- - - - -
b0ada34b by Piotr Caban at 2025-01-27T12:39:22+01:00
ole32: Fix IPropertyStorage::ReadMultiple return value when some properties are missing.
- - - - -
dddfee70 by Piotr Caban at 2025-01-27T12:39:22+01:00
ole32: Set property storage clsid on creation.
- - - - -
2 changed files:
- dlls/ole32/stg_prop.c
- dlls/ole32/tests/stg_prop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/939ebec0d35248a18ea46dec8cc0a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/939ebec0d35248a18ea46dec8cc0a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d6eb28a6 by Dmitry Timoshkov at 2025-01-27T12:39:14+01:00
kerberos: Update sizes to match modern implementations.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
939ebec0 by Dmitry Timoshkov at 2025-01-27T12:39:14+01:00
secur32: Update max token size for Negotiate.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
5 changed files:
- dlls/kerberos/unixlib.c
- dlls/kerberos/unixlib.h
- dlls/secur32/negotiate.c
- dlls/secur32/tests/negotiate.c
- dlls/secur32/tests/secur32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e09c5ffdae2b48bf7e690c2c9938d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e09c5ffdae2b48bf7e690c2c9938d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
278437b2 by Paul Gofman at 2025-01-27T12:38:08+01:00
crypt32: Release cert context in CertDeleteCertificateFromStore().
- - - - -
0326e917 by Paul Gofman at 2025-01-27T12:38:08+01:00
crypt32: Factor out memstore_free_context() function.
- - - - -
04d821c0 by Paul Gofman at 2025-01-27T12:38:08+01:00
crypt32: Don't try to release zero-refcount context in MemStore_addContext().
That is essentially a no-op code, or that would be asserting in Context_Release().
- - - - -
df95ed20 by Paul Gofman at 2025-01-27T12:38:09+01:00
crypt32: Release existing cert context in add_cert_to_store().
- - - - -
489d95d3 by Paul Gofman at 2025-01-27T12:38:10+01:00
crypt32: Only remove cert from mem store list when deleting it.
- - - - -
43f04d06 by Paul Gofman at 2025-01-27T12:38:10+01:00
crypt32/tests: Add a test for deleting and adding certs during enumeration.
- - - - -
f62465f5 by Paul Gofman at 2025-01-27T12:38:10+01:00
crypt32: Don't assert in Context_Release() on invalid refcount.
- - - - -
9 changed files:
- dlls/crypt32/cert.c
- dlls/crypt32/collectionstore.c
- dlls/crypt32/context.c
- dlls/crypt32/crypt32_private.h
- dlls/crypt32/rootstore.c
- dlls/crypt32/store.c
- dlls/crypt32/tests/cert.c
- dlls/crypt32/tests/store.c
- dlls/cryptui/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/757bd7909fda259158c9b592ea4de…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/757bd7909fda259158c9b592ea4de…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
a557ad0a by Conor McCarthy at 2025-01-27T14:52:28+01:00
tests/hlsl: Add a test for SV_RenderTargetArrayIndex.
- - - - -
f63254d9 by Conor McCarthy at 2025-01-27T14:52:28+01:00
vkd3d-shader/dxil: Handle SV_RenderTargetArrayIndex.
- - - - -
12 changed files:
- Makefile.am
- libs/vkd3d-shader/dxil.c
- + tests/hlsl/rt-array-index.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d11.c
- tests/shader_runner_d3d12.c
- tests/shader_runner_d3d9.c
- tests/shader_runner_gl.c
- tests/shader_runner_metal.m
- tests/shader_runner_vulkan.c
- tests/vulkan_utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d049ea640f8ad199d84b2ecdfba7…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d049ea640f8ad199d84b2ecdfba7…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9065a1ee by Elizabeth Figura at 2025-01-27T14:47:12+01:00
tests: Add another unrolling test.
- - - - -
d049ea64 by Elizabeth Figura at 2025-01-27T14:48:03+01:00
vkd3d-shader/hlsl: Implement broadcasts in constant folding.
Normally lower_broadcasts() takes care of this, but loop unrolling executes before other constant passes.
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl_constant_ops.c
- tests/hlsl/unroll.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5bfcd811824e9ca03c09a54204bf…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5bfcd811824e9ca03c09a54204bf…
You're receiving this email because of your account on gitlab.winehq.org.