[Webkit-unassigned] [Bug 35146] Support tiled backing store

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 10:01:14 PDT 2010


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





--- Comment #46 from Adam Treat <treat at kde.org>  2010-03-16 10:01:13 PST ---
(In reply to comment #45)
> > FWIW, the argument is that this has been handled by WebKit clients and not
> > WebKit code in all existing cases that I am aware of.  Moreover,
> > WebCore/platform has not ever contained a backingstore class.  I don't see why
> > this should be implemented in WebCore if only one port is using it.  That's
> > all.  Kind of moot at this point though.
> 
> Some more interesting tiling features will only be possible if tiling is done
> inside WebKit. Examples include tiled compositing layers, tiled subframes and
> tile painting from a secondary thread. Putting more of the code to the Qt layer
> (with hooks) would of course be possible but generally the idea is to avoid
> that in the project. Hopefully this will be useful for others as well in the
> future.

Interesting.  Can you elaborate on why tiled subframes and tile painting from
another thread would require this class in WebCore vs another layer?  I've
thought about the former case and came to a different conclusion.  I have no
idea about the latter and would be very interested to hear your thoughts on why
that is necessary.

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