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

[Impeller] Allow image rasterization/decoding before/without surface acquisition #41168

Merged
merged 12 commits into from
Apr 14, 2023

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    960ccb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a261062 View commit details
    Browse the repository at this point in the history
  3. Fix toImage/toImageSync.

    Makes the impeller::Context available to the rasterizer ASAP, so
    that even if it has not received a surface yet calls to `toImage`
    and `toImageSync` can still produce a texture.
    dnfield committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    77b8916 View commit details
    Browse the repository at this point in the history
  4. Use Metal instead

    dnfield committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3fa00ae View commit details
    Browse the repository at this point in the history
  5. fix Fuchsia builds

    dnfield committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    a682562 View commit details
    Browse the repository at this point in the history
  6. Fix multi-engine impeller

    dnfield committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    d570bbb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Fix lint issue, nogncheck

    dnfield committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    d8a8ec2 View commit details
    Browse the repository at this point in the history
  2. explicit

    dnfield committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7b61b22 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    85d88d5 View commit details
    Browse the repository at this point in the history
  2. revert android changes

    dnfield committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e427f1f View commit details
    Browse the repository at this point in the history
  3. Update shell/common/rasterizer.cc

    Co-authored-by: Loïc Sharma <737941+loic-sharma@users.noreply.github.com>
    dnfield and loic-sharma committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d54a18e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c804423 View commit details
    Browse the repository at this point in the history