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

Store the built state in the PipelineInfo #2865

Merged
merged 1 commit into from Jul 6, 2018
Merged

Commits on Jul 6, 2018

  1. Copy all the pipeline epoch information to the new scene.

    Without this patch, the pipeline_epoch info on the new scene contains
    just the pipelines that were "built" as part of the scene build, plus
    pipelines on for which update_epoch was called. This is kind of random,
    and there doesn't appear to be any real reason to omit some of the
    pipelines. For gecko it is desirable to the epoch information for all
    pipelines, even the ones that weren't built, and for consistency we can
    just always propagate the epoch info over to the new scene during the
    scene build.
    staktrace committed Jul 6, 2018
You can’t perform that action at this time.