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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    9d631c5 View commit details
    Browse the repository at this point in the history
  2. Fix non-vd android platform view input event offsets (#52532)

    Fixes flutter/flutter#146570, which tracks a regression from #49268 regarding platform view inputs in some specific cases.
    
    This PR translates the input event location to be the same as the location we calculated before #49268, returning to the previous behavior, while maintaining the input event's verified status (I checked this manually with the `InputManager`).
    
    Tested manually with the reproduction in the linked issue.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    gmackall authored May 14, 2024
    Configuration menu
    Copy the full SHA
    70de32b View commit details
    Browse the repository at this point in the history
  3. [Impeller] immediately encode blit commands for Vulkan. (#52794)

    No reason to defer encoding. Just like cmd buffers, we can immediately encode this. Reduce heap allocation of command objects, which were additionally stored in unique ptrs for extra memory inefficiency.
    Jonah Williams authored May 14, 2024
    Configuration menu
    Copy the full SHA
    ae01916 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Roll FreeType from af4c2d86 to bfc3453f (#52829)

    Includes a fix required for building with the latest Clang
    
    See flutter/flutter#143178
    jason-simmons authored May 15, 2024
    Configuration menu
    Copy the full SHA
    d35a1a6 View commit details
    Browse the repository at this point in the history
Loading