This bug has come full circle. The server's software implementation has moved to pixman, so now this is a pixman bug. I'm leaving 2462 open since EXA/UXA have duplicated the code that contained the bug. +++ This bug was initially created as a clone of Bug #2462 +++ In libpixman/ictrap.c:pixman_composite_trapezoids(), the bounding box of the intermediate surface needs to be intersected with the bounding box of the image (bailing immediately on empty intersection). This should help a *lot* when zoomed in on a larger image.
The bug here is in pixman_composite_trapezoids() the intermediate alpha image should only be the size of the clip region. This would prevent the rasterization of invisible trapezoids.
The importance seems to be set to 'high' for this bug. Is it just a performance problem? Do we have a simple testcase for it?
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/pixman/pixman/issues/12.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.