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

Commits on Feb 7, 2024

  1. [Impeller] Log non-default graphics backend usages, use IMPORTANT rat…

    …her than ERROR (#50448)
    
    Fixes flutter/flutter#142488
    
    - Only logs on iOS if Skia is used instead of Impeller.
    - Logs on other platforms if Impeller is used instead of Skia.
    - Uses "IMPORTANT" rather than "ERROR" for these logs. This will show up by default since flutter_tools sets ERROR and above as logs to show.
    - Adds some tests.
    - Makes INFO log print file paths the same as other verbosities.
    dnfield authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    3a86ea9 View commit details
    Browse the repository at this point in the history
  2. Roll Skia from eacaa2d3600c to 8332438cbeb9 (6 revisions) (#50451)

    https://skia.googlesource.com/skia.git/+log/eacaa2d3600c..8332438cbeb9
    
    2024-02-07 [email protected] [recipes] Fix SCP for ChromeOS
    2024-02-07 [email protected] [recipes] Remove dependency on python recipe module
    2024-02-07 [email protected] Roll skottie-base from 906e4c4c9b17 to 67e2da56aec4
    2024-02-07 [email protected] Roll shaders-base from 89826f3f6f5d to 45ec924a5da0
    2024-02-07 [email protected] Reland "Remove GR_TEST_UTILS from module loader."
    2024-02-07 [email protected] Roll jsfiddle-base from b575daa903da to db3abc597412
    
    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],[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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    skia-flutter-autoroll authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    322a461 View commit details
    Browse the repository at this point in the history
Loading