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

Commits on Aug 20, 2024

  1. Changes DlColor to support wide gamut colors (#54473) (#54648)

    relands #54473
    issue: flutter/flutter#127855
    integration test: #54415
    
    This is the engine side changes required for wide gamut framework support.  It changes the internal representation of DlColor to be floats.  It will be married with #54415 when it lands in #54567.
    
    ## Difference from last attempt
    
    1) The default color is now opaque black, not transparent black (not the issue for revert)
    1) Updated a test to send in valid numbers when constructing a color and added asserts to avoid those problems in the future.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    gaaclarke authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d52fe13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    769db74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cbf96d View commit details
    Browse the repository at this point in the history
Loading