Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a062a20638d1
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97974ebb5ff8
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 16, 2022

  1. Roll Skia from 4b3d36f36bf3 to 74a57221dfb3 (7 revisions) (#37675)

    https://skia.googlesource.com/skia.git/+log/4b3d36f36bf3..74a57221dfb3
    
    2022-11-16 [email protected] Move data pointer for move operator=
    2022-11-16 [email protected] Reland "Reland "Fix rect-dashing logic""
    2022-11-16 [email protected] Use Vulkan as Dawn test context on Android
    2022-11-16 [email protected] Add basic slot tracking to Raster Pipeline code generation.
    2022-11-16 [email protected] Remove stray ';'
    2022-11-16 [email protected] Reland "[bazel] Fix golang cross-compilation on RBE"
    2022-11-16 [email protected] Manually Roll Dawn from c33d10ae79e5 to d0353f342bd4 (18 revisions)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/skia-flutter-autoroll
    Please CC [email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
    To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    skia-flutter-autoroll authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7a5bc91 View commit details
    Browse the repository at this point in the history
  2. [fuchsia] Fix shader warmup. (#37662)

    Before, ~VulkanSurface() invokes a potentially empty std::function.
    Now, checks if it is empty before invoking it.
    schwa423 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    f4ca3e7 View commit details
    Browse the repository at this point in the history
  3. Fix resize crash in Android virtual display (#37329)

    In the Virtual Display codepath for Android platform views, resize
    completes asynchronously. Currently it is attempting to access the
    Context in the completion handler, but there is no guarantee that it
    is still present at that point, leading to possible null pointer
    crashes.
    
    This adds a check for the current state of the Context, and uses a
    fallback if it's not available.
    
    Fixes flutter/flutter#114095
    stuartmorgan-g authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    97974eb View commit details
    Browse the repository at this point in the history
Loading