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: acb5d0640b6c
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d8cff44261b
Choose a head ref
  • 3 commits
  • 25 files changed
  • 3 contributors

Commits on Jul 21, 2023

  1. Roll Skia from e3d13d1b1c42 to 1f84e9d51bba (1 revision) (#43896)

    https://skia.googlesource.com/skia.git/+log/e3d13d1b1c42..1f84e9d51bba
    
    2023-07-21 kjlubick@google.com Allow Ganesh Mesh factories to take nullptr ctx
    
    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 bdero@google.com,brianosman@google.com,rmistry@google.com 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 Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3839488 View commit details
    Browse the repository at this point in the history
  2. [engine] disable picture complexity raster caching (#43897)

    Test removing picture complexity based raster caching.
    Jonah Williams authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5d88e67 View commit details
    Browse the repository at this point in the history
  3. Refactor: fix typo "setup" -> "set up" (#43824)

    There are several places in the engine using the word "setup" incorrectly. I have changed them to "set up"
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    Chris Yang authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2d8cff4 View commit details
    Browse the repository at this point in the history
Loading