[Webkit-unassigned] [Bug 50882] Each call to FilterEffect::effectContext() allocates a new m_effectBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 12 12:45:52 PST 2010


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





--- Comment #6 from Zoltan Herczeg <zherczeg at webkit.org>  2010-12-12 12:45:51 PST ---
> Ah, so it is because of the multiple apply() calls of an effect?

Exactly. Example:

  <feA result="a" />
  <feB in="a" result="b" />
  <feC in="a" result="c" />
  <feComposite in="b" in2="c">

In this case the apply() of feA was called twice, and the result was generated twice before. This is unnecessary (and usually costly).

-- 
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