Alexandre Julliard pushed to branch master at wine / wine
Commits:
d84dac71 by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs: Fix information strings for the Ico decoder.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
bfc88c5f by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs: Fix information strings for the Jpeg decoder.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e330ee8b by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs: Fix information strings for the Tiff decoder.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/info.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8c3afe40d75dc12c36ff336478ec1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8c3afe40d75dc12c36ff336478ec1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1133d6b8 by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs/tests: Add a test for 24bpp TIFF with separate sample planes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8c3afe40 by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs/tiff: Add support for files with separate planes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c
- dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6bafa6c939a246139ceb921a8bda7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6bafa6c939a246139ceb921a8bda7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f5a45f3d by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs/tests: Use wide-char literals in tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
979e0cfd by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs/converter: Add 48bppRGBHalf -> 32bppBGRA conversion path.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6bafa6c9 by Nikolay Sivov at 2025-05-05T16:26:25-05:00
windowscodecs/converter: Add 48bppRGBHalf -> 128bppRGBFloat conversion path.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4 changed files:
- dlls/windowscodecs/converter.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/converter.c
- dlls/windowscodecs/tests/pngformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dfa28eb2cc07032b7eaf1d1f36742…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/dfa28eb2cc07032b7eaf1d1f36742…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
68a9046e by Dmitry Timoshkov at 2025-05-05T16:26:25-05:00
combase: Find correct apartment in ClientRpcChannelBuffer_SendReceive().
When an application has both apartment-threaded and multi-threaded apartments
then apartment_get_current_or_mta() may return wrong one, and later the oxid
check will fail. Probably it's better try to find correct apartment from the start.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
1 changed file:
- dlls/combase/rpc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/68a9046e30dd5ea8ab9fc753c72821…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/68a9046e30dd5ea8ab9fc753c72821…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4289ec60 by Giovanni Mascellani at 2025-05-05T15:14:26+02:00
vkd3d-shader/dxil: Do not encode the offset twice for structured TGSM loads.
Currently structured TGSM loads are encoded to something like this:
ld_structured sr12 <s:float>, sr1 <s:uint>, l(0) <s:uint>, g0[sr1 <s:uint> + 0] <s:float>
Notice how the TGSM offset, expressed by sr1, is encoded twice in
the instruction. In TPF there is no expectation of two indices
in the resource source, so let's avoid producing it for DXIL as
well. The same instruction will therefore become:
ld_structured sr12 <s:float>, sr1 <s:uint>, l(0) <s:uint>, g0 <s:float>
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4289ec60a1f79f68ea9bd3624141b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/4289ec60a1f79f68ea9bd3624141b…
You're receiving this email because of your account on gitlab.winehq.org.