Alexandre Julliard pushed to branch master at wine / wine
Commits:
46d873ea by Esme Povirk at 2025-06-16T23:02:50+02:00
gdiplus: Account for gdi32 clipping in GdipFillRegion.
- - - - -
af5f7ce3 by Esme Povirk at 2025-06-16T23:02:50+02:00
gdiplus: Don't clip the HRGN passed to alpha_blend_pixels_hrgn.
This is an optimization. Clipping has already been taken care of
by the caller in this case.
- - - - -
1 changed file:
- dlls/gdiplus/graphics.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8de81426e90670cf7fa67ddaa4041…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8de81426e90670cf7fa67ddaa4041…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8678c8c8 by Rémi Bernon at 2025-06-16T23:02:50+02:00
winex11: Update GL drawable offscreen status instead of recreating.
- - - - -
4fc0ee5c by Rémi Bernon at 2025-06-16T23:02:50+02:00
winex11: Update every window GL drawable on resize / reparent.
- - - - -
6b680f79 by Rémi Bernon at 2025-06-16T23:02:50+02:00
winex11: Update drawable size and offscreen when presenting.
Similarly to how we do it on Vulkan side.
- - - - -
18772035 by Rémi Bernon at 2025-06-16T23:02:50+02:00
winex11: Drop pixmap-based child window workaround.
- - - - -
7a4f5223 by Rémi Bernon at 2025-06-16T23:02:50+02:00
winex11: Rename context drawables to draw / read.
- - - - -
5 changed files:
- dlls/winex11.drv/init.c
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/vulkan.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bb413905906c6394f28ae696e0e66…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bb413905906c6394f28ae696e0e66…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5ff67b42 by Elizabeth Figura at 2025-06-16T23:02:49+02:00
ir50_32/tests: Add tests.
- - - - -
37c45225 by Elizabeth Figura at 2025-06-16T23:02:49+02:00
ir50_32/tests: Move compression and decompression tests from mf:transform.
This is a more natural and findable place for them.
Compression byte check is dropped since even different Windows versions don't seem
to produce the same compressed bytes, and a reimplementation certainly won't.
- - - - -
af9d5a4e by Elizabeth Figura at 2025-06-16T23:02:49+02:00
ir50_32: Use case-insensitive comparison for the compression fourcc.
- - - - -
8ac7db01 by Elizabeth Figura at 2025-06-16T23:02:50+02:00
ir50_32: Do not handle a NULL input pointer in ICM_DECOMPRESS_GET_FORMAT.
Native will crash here. Get rid of code we don't need.
- - - - -
234d60e7 by Elizabeth Figura at 2025-06-16T23:02:50+02:00
ir50_32: Return ICERR_OK from ICM_DECOMPRESS_END.
- - - - -
c2aac2b2 by Elizabeth Figura at 2025-06-16T23:02:50+02:00
ir50_32: Suggest 24-bit RGB.
- - - - -
10 changed files:
- configure
- configure.ac
- dlls/ir50_32/ir50.c
- + dlls/ir50_32/tests/Makefile.in
- + dlls/ir50_32/tests/ir50_32.c
- dlls/mf/tests/iv50frame.bin → dlls/ir50_32/tests/iv50frame.bin
- + dlls/ir50_32/tests/resource.rc
- + dlls/ir50_32/tests/rgb24frame.bmp
- dlls/mf/tests/resource.rc
- dlls/mf/tests/transform.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3af3e6ec7008931bf88e18e6a828e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3af3e6ec7008931bf88e18e6a828e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5df5b432 by Alexandre Julliard at 2025-06-16T23:02:49+02:00
winebuild: Refuse to do non-PE builds on platforms that don't support it.
- - - - -
3af3e6ec by Alexandre Julliard at 2025-06-16T23:02:49+02:00
winegcc: Refuse to do non-PE builds on platforms that don't support it.
- - - - -
3 changed files:
- tools/winebuild/main.c
- tools/winebuild/utils.c
- tools/winegcc/winegcc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ceb0429c798daffc11788c6422080…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ceb0429c798daffc11788c6422080…
You're receiving this email because of your account on gitlab.winehq.org.