Alexandre Julliard pushed to branch master at wine / wine Commits: 62e4ea75 by Conor McCarthy at 2026-04-14T22:00:49+02:00 gdiplus: Refactor SOFTWARE_GdipFillRegion() to separate bitmap handling. This make it relatively simple to add an alternative to alpha_blend_pixels_hrgn() for bitmap rendering. - - - - - 99985fc9 by Conor McCarthy at 2026-04-14T22:00:49+02:00 gdiplus: Implement software region fill for bitmap images. Implementation via hregion fill is relatively slow, and can cause issues in video playback where gdiplus paths are used to render a subtitle string once per frame. They Are Billions exhibits this issue. - - - - - 7ece4365 by Conor McCarthy at 2026-04-14T22:00:49+02:00 gdiplus: Bypass span combination for intersected rects. - - - - - 3 changed files: - dlls/gdiplus/gdiplus_private.h - dlls/gdiplus/graphics.c - dlls/gdiplus/region.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c83997a54c6c18968522e146be5ec3... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c83997a54c6c18968522e146be5ec3... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help