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

Remove old rendering backend. #13711

Merged
merged 1 commit into from Oct 18, 2016
Merged

Commits on Oct 18, 2016

  1. Remove old rendering backend.

    This removes paint threads, rust-layers dependency, and changes
    optional webrender types to be required.
    
    The use_webrender option has been removed, however I've left
    the "-w" command line option in place so that wpt
    runner can continue to pass that. Once it's removed from there
    we can also remove the -w option.
    
    Once this stage is complete, it should be fine to change the
    display list building code to generate webrender display
    lists directly and avoid the conversion step.
    gw3583 committed Oct 18, 2016
You can’t perform that action at this time.