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

[flutter] Create the compositor context on the GPU task runner. #10781

Merged
merged 1 commit into from Aug 9, 2019

Commits on Aug 8, 2019

  1. [flutter] Create the compositor context on the GPU task runner.

    The compositor context owns the session connection. The creation of the
    session connection also does the initial present to clear the node
    hierarchy. This present was happening perviously on the platform task
    runner while all subsequent presents were on the GPU task runner. This
    has now been rectified so all presents are on the GPU task runner.
    
    BUG: FL-288
    Change-Id: Ib294666ffb3b4575f93ad0b02a5d0fda71bfa0a8
    Kaushik Iska committed Aug 8, 2019
    Copy the full SHA
    38f0ace View commit details
    Browse the repository at this point in the history