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

Commits on Mar 15, 2024

  1. Remove the Android-drawn surface rendering from scenario_app. (#51433)

    Closes flutter/flutter#144365.
    
    Wasn't able to delete as much as I wanted (it's used by the video-rendering code path), but it should fix the problem we're seeing. I expect this change to remove the bottom (Android-rendered) image from our golden files for `ExternalTexturesTests`.
    matanlurey authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    4b46c5d View commit details
    Browse the repository at this point in the history
  2. Add android_debug_unopt_arm64 to local_engine.json. (#51427)

    As written:
    
    ```sh
    flutter % et query builders | grep unopt_arm64                           
       "android_debug_unopt_arm64" config
       "host_debug_unopt_arm64" config
    ```
    
    Yay!
    matanlurey authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bf3668f View commit details
    Browse the repository at this point in the history
  3. Roll Skia from 52bb1539c5cf to 54ecc23acf31 (11 revisions) (#51438)

    https://skia.googlesource.com/skia.git/+log/52bb1539c5cf..54ecc23acf31
    
    2024-03-14 [email protected] Roll vulkan-deps from 14272f958e34 to c73858de2cb7 (6 revisions)
    2024-03-14 [email protected] Remove flutter_defines
    2024-03-14 [email protected] Remove SkTypeface::onGetAdvancedMetrics base implementation
    2024-03-14 [email protected] [graphite] Fix ImageWrapTextureMipmapsTest Protected handling
    2024-03-14 [email protected] Remove Sfntly support
    2024-03-14 [email protected] Graphite/Dawn: increase max cached textures' bind groups to 4096.
    2024-03-14 [email protected] Add GrGLCoreFunctions.h to public.bzl
    2024-03-14 [email protected] Avoid shadowing fStream in SkWuffsCodec
    2024-03-14 [email protected] [skottie] SkottieTool missing header
    2024-03-14 [email protected] Avoid copying data multiple times in SkCodecImageGenerator
    2024-03-14 [email protected] Fix skottie dependency for canvaskit
    
    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 Mar 15, 2024
    Configuration menu
    Copy the full SHA
    76f33eb View commit details
    Browse the repository at this point in the history
Loading