Alexandre Julliard pushed to branch master at wine / wine
Commits:
bade681f by Stefan Dösinger at 2025-01-22T13:02:42+01:00
wined3d: Support WINED3DFMT_B5G5R5A1_UNORM in the Vulkan backend.
- - - - -
59e9349b by Stefan Dösinger at 2025-01-22T13:02:42+01:00
wined3d: Use VK_FORMAT_R4G4B4A4_UNORM_PACK16 for WINED3DFMT_B4G4R4A4_UNORM.
We can query support for this format without checking for an extension.
VK_EXT_4444_formats introduces VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT,
which is a native fit, but we have to introduce extension checks to
vulkan_formats[].
- - - - -
1 changed file:
- dlls/wined3d/utils.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/992d7bd293161f82c4efb1bc04f06…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/992d7bd293161f82c4efb1bc04f06…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
992d7bd2 by Jinoh Kang at 2025-01-22T13:02:42+01:00
ntoskrnl.exe: Fix IRQL mismatch between cancel spin lock acquire and release.
Use the irql assigned by IoAcquireCancelSpinLock, not the
(yet-to-be-assigned) irp->CancelIrql.
This is for readability. Since IoReleaseCancelSpinLock() ignores the
IRQL argument anyway, no semantic change is expected with unmodified
ntoskrnl.exe/hal.dll.
- - - - -
1 changed file:
- dlls/ntoskrnl.exe/ntoskrnl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/992d7bd293161f82c4efb1bc04f068…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/992d7bd293161f82c4efb1bc04f068…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2d1cd1b0 by Paul Gofman at 2025-01-22T13:02:42+01:00
ntdll: Add NtConvertBetweenAuxiliaryCounterAndPerformanceCounter() function.
- - - - -
d48e8e6a by Paul Gofman at 2025-01-22T13:02:42+01:00
kernelbase: Add ConvertAuxiliaryCounterToPerformanceCounter() / ConvertPerformanceCounterToAuxiliaryCounter().
- - - - -
9 changed files:
- dlls/kernelbase/kernelbase.spec
- dlls/kernelbase/sync.c
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/tests/time.c
- dlls/ntdll/unix/sync.c
- dlls/wow64/sync.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e245a7462b23d2e2e85c729842a2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9e245a7462b23d2e2e85c729842a2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4186e03e by Jeff Smith at 2025-01-22T12:46:30+01:00
windowscodecs: Make values returned from CanConvert consistent.
Any time CanConvert returns FALSE for the output parameter,
also return an appropriate failing result code.
This also adds tests for CanConvert.
- - - - -
2 changed files:
- dlls/windowscodecs/converter.c
- dlls/windowscodecs/tests/converter.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4186e03e326d2d40b9dfcd26fc187e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4186e03e326d2d40b9dfcd26fc187e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d53b6977 by Paul Gofman at 2025-01-22T12:46:13+01:00
crypt32: Use correct tag for OCSP basic response extensions.
- - - - -
09331949 by Paul Gofman at 2025-01-22T12:46:13+01:00
crypt32: Use correct tag for OCSP single response extensions.
- - - - -
cf6dde6f by Paul Gofman at 2025-01-22T12:46:13+01:00
cryptnet: Retry OCSP request with POST if GET failed.
- - - - -
f301c78e by Paul Gofman at 2025-01-22T12:46:13+01:00
cryptnet: Do not perform OCSP requests with CERT_VERIFY_CACHE_ONLY_BASED_REVOCATION flag.
- - - - -
3 changed files:
- dlls/crypt32/decode.c
- dlls/crypt32/tests/encode.c
- dlls/cryptnet/cryptnet_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f4b4acc373792e160d572f224d46b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f4b4acc373792e160d572f224d46b…
You're receiving this email because of your account on gitlab.winehq.org.