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

Commits on Oct 4, 2024

  1. Roll Skia from 59f512b47cc0 to 4aff9603622d (1 revision) (#55663)

    https://skia.googlesource.com/skia.git/+log/59f512b47cc0..4aff9603622d
    
    2024-10-04 jamesgk@google.com [graphite] Use Dawn limits for buffer alignment caps
    
    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 brianosman@google.com,matanl@google.com,michaelludwig@google.com 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://issues.skia.org/issues/new?component=1389291&template=1850622
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    skia-flutter-autoroll authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3c9069c View commit details
    Browse the repository at this point in the history
  2. [Impeller] Use a squircle-sdf-based algorithm for fast blurs (#55604)

    Use a Squircle Signed Distance Field based algorithm to do a very fast approximation of rrect blurs.
    
    This PR is to provide reference within the team to discuss the future of the algorithm compared to the Gaussian approximation functions that are currently in use. It isn't a complete solution, but can be completed easily with a little more work.
    
    Notably, it doesn't handle elliptical round rects, only circular corners.
    Could stand to include an attribution to the source (https://raphlinus.github.io/graphics/2020/04/21/blurred-rounded-rects.html)
    flar authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    bc5f9fc View commit details
    Browse the repository at this point in the history
Loading