March 27, 2026
4:52 p.m.
On Fri Mar 27 21:52:12 2026 +0000, Conor McCarthy wrote:
Implemented region fill. We could modify `struct span` to include y0 and y1 for rectangles only, but I'm not sure it would buy much. My thinking was that if we can represent a single rectangle, and we know the bounds of span lists, we can almost always skip the loop in `combine_regions_to_spans` in practice. The combined clipping region and bounds will almost always be a rectangle, and span lists will fall within that rectangle.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10359#note_134144