[Webkit-unassigned] [Bug 26379] Reconsider image decoding architecture/APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 14 22:09:20 PDT 2009


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





------- Comment #27 from zecke at selfish.org  2009-06-14 22:09 PDT -------
(In reply to comment #25)
> (In reply to comment #23)
> > (In reply to comment #20)

Or in more simple words:
      1.) The WebCore/image-decoders where cross-platform without a performance
impact on Cairo
          (as the image data was not copied and the cairo_image_surface was
created exactly once, at least to what I think is right)

      2.) Now we have multiple copies of RGBA32Buffer.cpp and every port that
wants to use the decoders need to copy it. Which makes the
WebCore/image-decoders not cross-platform

      3.)
         a) Make them cross-platform again (this series) as they are just fine
for Cairo (again up to my knowledge).
         b) Make them fast and cross-platform for everyone (including Skia) by
using ImageBuffer.


We are at 2nd, I did 3a, you can do 3b and the amount of users does not matter,
we are at a technical issue here (otherwise one should work on the IE Team).


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



More information about the webkit-unassigned mailing list