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

Commits on Jul 30, 2024

  1. enumify ImageType and ImageFileSignature (#54131)

    Use enhanced enums to clarify the image detection code.
    
    Part of a refactor towards flutter/flutter#151911
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    harryterkelsen authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    537df75 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    dd42516 View commit details
    Browse the repository at this point in the history
  2. [docs] Delete obsolete ML guided optimisation doc (#54237)

    In 2021, we did some experiments with ML-guided optimisations in the
    engine. Ultimately, these didn't provide much benefit, and much of the
    information in the documentation is now out-of-date.
    
    For those who need it, this can always be found in the git history.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    cbracken authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    83b3936 View commit details
    Browse the repository at this point in the history
  3. Update flutter_shell_native_unittests for compatibility with Android …

    …API 35 emulators (#54235)
    
    Previously this was using a zero EGLConfig handle in tests which use an AndroidContextGLImpeller that creates EGL surfaces.  This apparently worked with older emulators, but the API 35 system image requires a real EGLConfig.
    
    See flutter/flutter#152498
    jason-simmons authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b73367a View commit details
    Browse the repository at this point in the history
Loading