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

Commits on Apr 12, 2023

  1. Reland "Migrate ios_builders to engine_v2." (#41117)

    Reland "Migrate ios_builders to engine_v2."
    godofredoc authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    29c7eba View commit details
    Browse the repository at this point in the history
  2. [Windows] Shutdown the engine before destroying the surface (#41012)

    [Windows] Shutdown the engine before destroying the surface
    loic-sharma authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    5c65118 View commit details
    Browse the repository at this point in the history
  3. SemanticsAction / SemanticsFlag cleanup part 5 (#41126)

    `SemanticsAction` / `SemanticsFlag` cleanup part 5
    bernaferrari authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    4485dd4 View commit details
    Browse the repository at this point in the history
  4. [Impeller] Metal: Read from onscreen textures (#41107)

    Removes the "final blit" for Metal because
    #41085 allows us to read from the
    onscreen texture.
    
    We can't do this trick when running the Vulkan backend right now because
    it doesn't have `SupportsReadFromResolve` yet, which means we need to
    toggle between two textures.
    bdero authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    177b34c View commit details
    Browse the repository at this point in the history
  5. [fuchsia] Reduce noise from child view disconnects (#41132)

    This CL changes ERROR to WARNING for the logs when a child disconnects
    and ChildViewWatcher is closed. This may happen due to other apps and
    doesn't necessarily indicate a flutter error.
    
    Bug:fxb/125256
    uysalere authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    1f7437d View commit details
    Browse the repository at this point in the history
  6. [web] Use the right encoder flags for CanvasKit (#41124)

    [web] Use the right encoder flags for CanvasKit
    mdebbar authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    372946e View commit details
    Browse the repository at this point in the history
Loading