DescriptionMac ÜC: Enable GPU back-pressure from the browser to the renderer
When the browser compositor does a SwapBuffers to its output surface,
take a lock on the compositor until that swap is displayed on the screen.
This prevents the renderer from running ahead of the browser.
If the renderer sends a new frame (it can send at most one), then track
this event, and request redraw as soon as the lock is released.
BUG=314190
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275478
Patch Set 1 #Patch Set 2 : Clean up #Patch Set 3 : Simplify #
Total comments: 1
Messages
Total messages: 18 (0 generated)
|