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

Commits on Aug 15, 2023

  1. Add support for SurfaceTexture based external textures on Android und…

    …er Impeller/GLES. (#44734)
    
    - Refactor AndroidExternalTextureGL into SurfaceTextureExternalTexture
    base class with two specialized implementations:
    - Add SurfaceTextureExternalTextureGL for legacy GL rendering.
    - Add SurfaceTextureExternalTextureImpellerGL for Impeller GLES
    rendering.
    
    NOTE: There is still no support for SurfaceTextures under Vulkan
    rendering.
    johnmccutchan authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    010aedb View commit details
    Browse the repository at this point in the history
  2. Add SLSA L1 badge (#44731)

    Adds the SLSA L1 compliance badge for the engine.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    godofredoc authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2bdfcea View commit details
    Browse the repository at this point in the history
  3. Roll Skia from b07a6964a1cf to 9fc1c628456a (5 revisions) (#44737)

    https://skia.googlesource.com/skia.git/+log/b07a6964a1cf..9fc1c628456a
    
    2023-08-15 [email protected] [bazel] //gm/BazelGMRunner.cpp: Simplify how Gold keys are generated.
    2023-08-15 [email protected] Remove deprecated Metal GrBackendRenderTarget constructor
    2023-08-15 [email protected] Move SDFTextRenderStep logic into modules.
    2023-08-15 [email protected] Move BitmapTextRenderStep logic into modules.
    2023-08-15 [email protected] //gm/gm.h: Fold GM::onShortName() into GM::getName() and make it const.
    
    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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    skia-flutter-autoroll authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4b4b79c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d41d853 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    7409ce4 View commit details
    Browse the repository at this point in the history
Loading