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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    680f97b View commit details
    Browse the repository at this point in the history
  2. [Impeller] Correct advanced blending behavior. (#43283)

    Investigated as part of
    flutter/flutter#127232.
    
    This took some time to work out, but:
    * The amount of blending applied to the source color needs to be
    weighted by the destination alpha, which is pretty sensible behavior.
    This is in addition to applying source-over behavior with the resulting
    blended color.
    * All of the blend functions assume that the color is already
    premultiplied, so remove the unpremultiply/premultiply surrounding the
    blend call.
    
    All of the blend modes now visually match up with the [Flutter
    docs](https://api.flutter.dev/flutter/dart-ui/BlendMode.html), except
    for ColorBurn and Saturation, which appear to have a slight
    miscalculation going on with the red channel.
    bdero authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    90d48e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    2fae47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d9d12 View commit details
    Browse the repository at this point in the history
Loading