[Webkit-unassigned] [Bug 50833] [chromium] Add support to compositor to composite to offscreen texture.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 22 12:31:11 PST 2010


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





--- Comment #24 from W. James MacLean <wjmaclean at chromium.org>  2010-12-22 12:31:11 PST ---
(In reply to comment #23)
> (From update of attachment 77114 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=77114&action=review
> 
> > WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:682
> > +    }
> 
> This logic only handles the transition from m_compositeOffscreen from false to true. What about the other direction?

It should work both ways. m_compositeOffscreen is set to whatever the value of the argument to setCompositeOffscreen says, but can be overriden is m_rootLayer is false.

Resources allocated going from false to true aren't necessarily de-allocated going from true to false, but it does go back to rendering direct to screen.

Is that what you were wondering 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