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

Commits on Feb 12, 2024

  1. Update codec defines for Skia (#50554)

    Skia is coalescing some defines related to codecs in
    https://skia-review.googlesource.com/c/skia/+/811816
    
    This will let that change land (hopefully).
    
    ## Pre-launch Checklist
    
    - [X] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [X] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [X] I read and followed the [Flutter Style Guide] and the [C++,
    Objective-C, Java style guides].
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [X] I added new tests to check the change I am making or feature I am
    adding, or the PR is [test-exempt]. See [testing the engine] for
    instructions on writing and running engine tests.
    - [X] I updated/added relevant documentation (doc comments with `///`).
    - [X] I signed the [CLA].
    - [X] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
    [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
    [test-exempt]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
    [C++, Objective-C, Java style guides]:
    https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    [testing the engine]:
    https://github.com/flutter/flutter/wiki/Testing-the-engine
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
    [Discord]: https://github.com/flutter/flutter/wiki/Chat
    kjlubick authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3dfb90a View commit details
    Browse the repository at this point in the history
  2. [Impeller] deleted the old blur (#50470)

    fixes flutter/flutter#131579
    
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide] and the [C++,
    Objective-C, Java style guides].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I added new tests to check the change I am making or feature I am
    adding, or the PR is [test-exempt]. See [testing the engine] for
    instructions on writing and running engine tests.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I signed the [CLA].
    - [x] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
    [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
    [test-exempt]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
    [C++, Objective-C, Java style guides]:
    https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    [testing the engine]:
    https://github.com/flutter/flutter/wiki/Testing-the-engine
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
    [Discord]: https://github.com/flutter/flutter/wiki/Chat
    gaaclarke authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ccd90ff View commit details
    Browse the repository at this point in the history
  3. Refactor NDK helpers some more, add methods for SurfaceControl/Transa…

    …ction, tests (#50540)
    
    Adds more dynamic method lookups in service of flutter/flutter#143105
    
    Moves the TU out to FML so that Impeller can more easily use it.
    
    Adds checking on `AHardwareBuffer_getId` so that it checks the return value before returning what is potentially garbage.
    
    Adds some smoke tests to make sure these things actually work/look up meaningful symbols. Test is in the shell because we have testing infra for this kind of thing there.
    dnfield authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a119a0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f45fab View commit details
    Browse the repository at this point in the history
  5. Initializes RBE in the build config runner (#50543)

    Unlike Goma, the local RBE server must be manually started and stopped
    between each `ninja` build.
    
    This PR adds the startup and shutdown before and after `ninja` is run in
    the build config runner. It also removes the RBE startup logic from the
    `gn` script, which was the wrong place for it since there was no
    opportunity for it to shutdown the service. Removing this logic from the
    `gn` script will not affect CI since the recipes already do the right
    startup and shutdown, and logic in the `gn` script skipped the now
    deleted section of code.
    zanderso authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6b44f3d View commit details
    Browse the repository at this point in the history
  6. [fuchsia] Update Inspect library usage (#50467)

    The new Inspect library uses InspectSink as described in
    [RFC-168](https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0168_exposing_inspect_through_inspectsink?hl=en).
    
    Additionally it's using the new CPP bindings instead of the deprecated
    HLCPP bindings.
    
    Bug: https://g-issues.fuchsia.dev/issues/320785253
    
    I've verified on a relevant Fuchsia build that the Flutter runner
    continues to correctly publish Inspect after this change.
    
    ## Pre-launch Checklist
    
    - [x] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [x] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [x] I read and followed the [Flutter Style Guide] and the [C++,
    Objective-C, Java style guides].
    - [x] I listed at least one issue that this PR fixes in the description
    above.
    - [x] I added new tests to check the change I am making or feature I am
    adding, or the PR is [test-exempt]. See [testing the engine] for
    instructions on writing and running engine tests.
    - [x] I updated/added relevant documentation (doc comments with `///`).
    - [x] I signed the [CLA].
    - [x] All existing and new tests are passing.
    miguelfrde authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    0b3cb57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d111c7 View commit details
    Browse the repository at this point in the history
  8. [Windows] Make the view own its EGL surface (#50421)

    This makes the view own its EGL surface. This will allow us to support multiple EGL surfaces once the engine supports having multiple views.
    
    Some notable changes:
    
    1. EGL surface resizing logic is now entirely in `FlutterWindowsView`. Previously some resizing logic was in the `egl::Manager`, however, the view has to handle resizing failures so this unifies the logic in one place.
    2. The `OnEmptyFrameGenerated` and `OnFrameGenerated` now return `false` (aka "don't present") if the surface is invalid. This simplifies the compositor as it no longer needs to check for invalid surfaces
    3. This introduces a `ViewModifier` testing helper to allow overriding a view's surface. This isn't strictly necessary, tests can setup a surface by mocking several EGL methods and calling `FlutterWindowsView::CreateRenderSurface()`. However, this is verbose & heavily tied to implementation details. The `ViewModifier` avoids this boilerplate.
    4. `CompositorOpenGL`'s initialization now makes the render context current without any render surfaces. Previously it also made the view's surface current, which was unnecessary.
    
    Part of flutter/flutter#137267
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    loic-sharma authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    a190775 View commit details
    Browse the repository at this point in the history
Loading