[Webkit-unassigned] [Bug 41036] REGRESSION (r61341): Image interpolation quality changes during scrolling and when activating / deactivating application

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 12:50:29 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41036


Dave Hyatt <hyatt at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59550|review?                     |review+
               Flag|                            |




--- Comment #7 from Dave Hyatt <hyatt at apple.com>  2010-06-23 12:50:28 PST ---
(From update of attachment 59550)
This looks good to me.  We definitely only want to kick to low quality if an image changes size.  We never want to kick to low quality if an image is statically scaled and not changing size (but repainting rapidly).  Graphics systems will have a cache of the image in that case, so there's no need for low quality.  If the case where you have multiple copies of the same image at different static scales all repainting rapidly is slow, that's fine. That's not really a case we need to be concerned about.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list