March 30, 2026
4:55 a.m.
On Fri Mar 27 21:52:12 2026 +0000, Esme Povirk wrote:
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. I added a commit for a simple bypass check. Is that something like what you had in mind?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10359#note_134314