Alexandre Julliard pushed to branch master at wine / wine
Commits:
009951db by Nikolay Sivov at 2025-01-22T13:02:43+01:00
include: Update with newer Direct2D types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
eb9e90b0 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
include: Update with newer DirectWrite types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- include/d2d1_3.idl
- include/dwrite_3.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28f0be3c9c5ebb5ec1d819388bebb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28f0be3c9c5ebb5ec1d819388bebb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
db75ec7b by Brendan McGrath at 2025-01-22T13:02:42+01:00
mfplat/tests: Add audio tests for MFInitMediaTypeFromAMMediaType.
Tests behaviour when major type is audio, and format is NULL.
- - - - -
a11807c8 by Brendan McGrath at 2025-01-22T13:02:42+01:00
mfplat: Add support for audio with NULL format to MFInitMediaTypeFromAMMediaType.
- - - - -
2 changed files:
- dlls/mfplat/mediatype.c
- dlls/mfplat/tests/mfplat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9ac9b0d633d3c965748f4956da016…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9ac9b0d633d3c965748f4956da016…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
59dd2424 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
oleaut32/tests: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
33dbd461 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
windowscodecs/tests: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
be64357e by Nikolay Sivov at 2025-01-22T13:02:42+01:00
windowscodecs/metadata: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e0aed713 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
windowscodecs/ddsformat: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6753e767 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
d2d1: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e9f17a7b by Nikolay Sivov at 2025-01-22T13:02:42+01:00
dmloader: Use correct constants for IStream::Seek().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3e89e0b5 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
kernel32/tests: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5abb3191 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
wintrust: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fbfc8a4e by Nikolay Sivov at 2025-01-22T13:02:42+01:00
storage: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
66012900 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
krnl386: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
aa7eb4fa by Nikolay Sivov at 2025-01-22T13:02:42+01:00
shell32: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9ac9b0d6 by Nikolay Sivov at 2025-01-22T13:02:42+01:00
dmloader: Use correct constants for SetFilePointer().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
15 changed files:
- dlls/d2d1/factory.c
- dlls/dmloader/loaderstream.c
- dlls/kernel32/tests/file.c
- dlls/kernel32/tests/loader.c
- dlls/krnl386.exe16/int25.c
- dlls/krnl386.exe16/int26.c
- dlls/oleaut32/tests/olepicture.c
- dlls/shell32/shell32_main.c
- dlls/storage.dll16/storage.c
- dlls/windowscodecs/ddsformat.c
- dlls/windowscodecs/metadatahandler.c
- dlls/windowscodecs/tests/converter.c
- dlls/windowscodecs/tests/metadata.c
- dlls/windowscodecs/tests/tiffformat.c
- dlls/wintrust/crypt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/90060f4ce46d497fe1c6b5e289aa0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/90060f4ce46d497fe1c6b5e289aa0…
You're receiving this email because of your account on gitlab.winehq.org.
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.