[Webkit-unassigned] [Bug 88482] [Chromium] Compositor should avoid drawing quads when cached textures are available and contents unchanged

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 13 14:16:00 PDT 2012


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





--- Comment #24 from Dana Jansens <danakj at chromium.org>  2012-06-13 14:16:00 PST ---
(From update of attachment 147153)
View in context: https://bugs.webkit.org/attachment.cgi?id=147153&action=review

> Source/WebCore/platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:335
> +    removePassesWithCachedTextures(passes);

Is it possible to make this call in drawLayers()?

Specifically, I don't think we are going to know what surfaces have cached textures until we have given them all to the LRC and let it figure out what it can afford for the frame. And I don't think that a call to LRC belongs in here, right now I am planning to include this in LRC::beginDrawingFrame().

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