[Webkit-unassigned] [Bug 76720] [chromium] Refactor video drawing to be more data driven

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 17:20:02 PST 2012


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


Adrienne Walker <enne at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fischman at chromium.org




--- Comment #3 from Adrienne Walker <enne at google.com>  2012-01-23 17:20:02 PST ---
This suggestion might be a solution for the plugin layer as well, but I think this would be a whole lot cleaner if you separated out texture upload from quad drawing.

I think it'd be way better to add a CCLayerImpl::updateCompositorResources function and call it on each layer in calculateRenderPasses before you append quads.  I am nearly positive that the lock only needs to last through the uploads and not through the drawing.

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