Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compositor: When WebRender is in use, only composite on new WebRender frames. #10936

Merged
merged 1 commit into from
May 1, 2016

Commits on Apr 29, 2016

  1. compositor: When WebRender is in use, only composite on new WebRender

    frames.
    
    Scheduling composition on scroll and so forth is unnecessary and can
    cause us to miss frames if the code happens to start the composition
    while the WebRender backend is still in the process of preparing the
    frame. This is most easily seen when scrolling in full-screen mode in
    release builds on Mac.
    
    Closes servo#9879.
    pcwalton committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    ed90011 View commit details
    Browse the repository at this point in the history