-
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.