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

Commits on Apr 24, 2023

  1. Roll Skia from 1f84e5060646 to 0ec4c84abd0b (6 revisions) (#41449)

    https://skia.googlesource.com/skia.git/+log/1f84e5060646..0ec4c84abd0b
    
    2023-04-24 [email protected] Remove SkImageEncoder and SkImage::encodeToData
    2023-04-24 [email protected] Roll vulkan-deps from 60517cf84231 to 4b61bdad813f (1 revision)
    2023-04-24 [email protected] Roll ANGLE from 77d86c4a7ecc to b58ef53abced (11 revisions)
    2023-04-24 [email protected] Roll SK Tool from 83a6fdf2e118 to fab3b205b6c7
    2023-04-24 [email protected] Roll Dawn from 003e879fd974 to d2b5bd140525 (14 revisions)
    2023-04-24 [email protected] Roll Skia Infra from f5a15d80499c to 83a6fdf2e118 (9 revisions)
    
    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 Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0c30793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a4875d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    283a9a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7944ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e0d22c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85e55dc View commit details
    Browse the repository at this point in the history
  7. Reland "Upload windows arm artifacts to production bucket." (#41409)

    Reverts #41372
    
    The duplicated artifacts were removed from Windows Host Engine in https://flutter-review.googlesource.com/c/recipes/+/42340. After the recipes change lands and is propagated it will be safe to update the `Windows windows_arm_host_engine` build to upload the artifacts to prod.
    
    Bug: flutter/flutter#125262
    godofredoc authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d65def9 View commit details
    Browse the repository at this point in the history
  8. Roll Skia from 0ec4c84abd0b to 5f4dd36a69f9 (21 revisions) (#41462)

    https://skia.googlesource.com/skia.git/+log/0ec4c84abd0b..5f4dd36a69f9
    
    2023-04-24 [email protected] Add release note for SkRP.
    2023-04-24 [email protected] Early-out instead of asserting in make_vk_backend_texture
    2023-04-24 [email protected] fix(*): fix links in canvaskit readme
    2023-04-24 [email protected] graphite: Split backend include sources in build
    2023-04-24 [email protected] Create dedicated SkRP op for matrix-multiply.
    2023-04-24 [email protected] (Reland) Always run color space math in full-float
    2023-04-24 [email protected] Use packed contexts for small swizzles in SkRP.
    2023-04-24 [email protected] Switch to putting new release notes in //relnotes/
    2023-04-24 [email protected] Eliminate SkVM-specific features from Viewer.
    2023-04-24 [email protected] Rewrite ES2 loop-test conditions that use !=.
    2023-04-24 [email protected] [Graphite] Add support for purgeNotUsedSinced to ResourceCache.
    2023-04-24 [email protected] Remove SkXfermode and SkXfermode_opts
    2023-04-24 [email protected] Add minimal viewer build with Bazel.
    2023-04-24 [email protected] [skif] Cleanup FilterResultTest to prep for color filters
    2023-04-24 [email protected] [skif] Inline FilterResult::concatTransform() into applyTransform()
    2023-04-24 [email protected] Eliminate SkVM-specific bots.
    2023-04-24 [email protected] Remove xfermode support from legacy shader blitter
    2023-04-24 [email protected] Eliminate 'skia_compare_vm_vs_rp' benchmarking code.
    2023-04-24 [email protected] Increase the arena stack size in onFilterColor4f.
    2023-04-24 [email protected] Add a pad_stack op to the RP builder.
    2023-04-24 [email protected] Eliminate SkVM unit tests for debug tracing.
    
    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 Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9873ae7 View commit details
    Browse the repository at this point in the history
  9. Remove empty tests properties. (#41461)

    Tests property is optional, empty tests property can be safely removed from the build configurations.
    
    [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
    godofredoc authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    78845e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Revert "[impeller] convert src over to src for solid color" (#41466)

    Reverts #41351
    Jonah Williams authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8fe8e94 View commit details
    Browse the repository at this point in the history
Loading