Summary: | Loading some images spends too much time in IcFetch_transform | ||
---|---|---|---|
Product: | pixman | Reporter: | Ben Maurer <bmaurer> |
Component: | pixman | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED NOTOURBUG | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | high | ||
Version: | 0.1.3 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
URL: | http://bugzilla.ximian.com/show_bug.cgi?id=74635 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ben Maurer
2005-05-22 09:47:19 UTC
I think your code must be ending up drawing the images at non-integer offsets, which triggers the general code path and is slower (and causes fuzzy results) There have been some improvements to libpixman in the general code path, so it will be better - maybe a factor of 2 better, but non integer translations will still be slower. (Just filed https://bugs.freedesktop.org/show_bug.cgi?id=4189 for one thing related to this ... if the filter on the source image is NEAREST, then we can optimize non-integer translations to integer translations) |
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.