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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 14 09:02:31 PDT 2009


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





------- Comment #11 from pkasting at google.com  2009-06-14 09:02 PDT -------
(In reply to comment #4)
> Restore the old behavior of RGBA32Buffer this includes only special casing Skia
> to have something else as buffer. This is restoring the capability to just
> consume the decoded image without undoing the Skia part.

I don't think this patch should be landed.  The Cairo and wx ports are about to
move away from using Vector<unsigned> to store their data, which this patch
prevents.  And no one else is actually using this.  Anyone who did would be
better served by using their platform-specific storage type in the backend.

I don't think you grasp what a perf difference it makes not to use
Vector<unsigned>.  This is necessary for anyone who wants to ship a performant
renderer.


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