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

Flatten the display list in the API #552

Merged
merged 2 commits into from Nov 14, 2016
Merged

Commits on Nov 13, 2016

  1. Flatten the display list in the API

    This changes brings the WebRender API more into line with the Servo
    display list and also the frames generated inside WebRender itself.
    Most intermediate display list representations are removed as well as
    their place on the resource cache. Perhaps most notably, stacking
    contexts are started via a PushStackingContext display item and ended
    via a PopStackingContext item. Additionally, the flatten pass has been
    significantly simplified to account for these changes.
    mrobinson committed Nov 13, 2016
  2. Increment minor version after to the API change

    mrobinson committed Nov 13, 2016
You can’t perform that action at this time.