[go: nahoru, domu]

Skip to content
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 Loading
base: 7d3233d26d09
Choose a base ref
...
head repository: flutter/engine Loading
compare: 71ee5f19bc16
Choose a head ref
  • 15 commits
  • 83 files changed
  • 8 contributors

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    22084db View commit details
    Browse the repository at this point in the history
  2. Roll Skia from f6a5c806294d to 1ccf2093cfa9 (2 revisions) (#39028)

    https://skia.googlesource.com/skia.git/+log/f6a5c806294d..1ccf2093cfa9
    
    2023-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from d27950c1863f to 920ae225a641 (7 revisions)
    2023-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 7e02157df528 to 785ccde2f588 (10 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 fmalita@google.com,kaushikiska@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://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 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f918906 View commit details
    Browse the repository at this point in the history
  3. Roll Fuchsia Mac SDK from rQtxqj3gePeR-nTLv... to HxpwvvbQdk54L6_8q... (

    #39075)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/fuchsia-mac-sdk-flutter-engine
    Please CC kaushikiska@google.com on the revert to ensure that a human
    is aware of the problem.
    
    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 committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    f02a704 View commit details
    Browse the repository at this point in the history
  4. [Impeller] uniform offsets account for size (#39077)

    * uniform offsets account for size
    
    * re-arrange fixtures
    jonahwilliams committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    42eec62 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Ability to disable browser context menu (#38682)

    Adds platform channel methods that disable/enable the context menu on web.
    justinmc committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b6a348a View commit details
    Browse the repository at this point in the history
  2. Roll Skia from 1ccf2093cfa9 to 0328e12ab195 (59 revisions) (#39078)

    https://skia.googlesource.com/skia.git/+log/1ccf2093cfa9..0328e12ab195
    
    2023-01-23 johnstiles@google.com Fix errors with non-square matrix multiplication.
    2023-01-23 herb@google.com Move traits to .cpp for SkStrikeCache
    2023-01-23 johnstiles@google.com Revert "Add workaround for Android roll."
    2023-01-23 johnstiles@google.com Add matrix-multiply support to RP codegen.
    2023-01-23 herb@google.com Rename fMu -> FStrikeLock
    2023-01-23 ccameron@chromium.org SkJpegCodec: Add HDRGM support
    2023-01-23 herb@google.com Remove accessor to the scalerContext on SkStrike
    2023-01-23 jvanverth@google.com Add SkMatrixPriv::NearlyAffine.
    2023-01-23 jvanverth@google.com Remove SK_LEGACY_MATRIX_MATH_ORDER
    2023-01-23 johnstiles@google.com Replace push_literal(0) with push_zeros in the instruction stream.
    2023-01-23 robertphillips@google.com [graphite] Implement Graphite-specific onMakeColorTypeAndColorSpace methods
    2023-01-23 kjlubick@google.com Reland "[base] Make Bazel target and enforce IWYU"
    2023-01-23 brianosman@google.com Replace bespoke 'saturate' with 'std::min'
    2023-01-23 herb@google.com Move dump and stats to SkStrike
    2023-01-23 brianosman@google.com For testing, support file and memory streams of files
    2023-01-23 johnstiles@google.com Fix errors on tree.
    2023-01-23 lehoangquyen@chromium.org [graphite-dawn] Correctly calculate num textures for pipeline's layout
    2023-01-23 armansito@google.com [graphite] Fix assignment to pipeline inputs in AnalyticRRectRenderStep
    2023-01-23 johnstiles@google.com Optimize pushing duplicates of 0.
    2023-01-23 johnstiles@google.com Simplify masked stores when the execution mask is known.
    2023-01-23 johnstiles@google.com Simplify branches when the execution mask is known.
    2023-01-23 johnstiles@google.com Track the state of the execution mask in Builder.
    2023-01-23 robertphillips@google.com [graphite] Update some GMs to work w/ Graphite
    2023-01-23 kjlubick@google.com Roll Dawn from 785ccde2f588 to ffe356d558bc (15 revisions)
    2023-01-23 johnstiles@google.com Add support for intrinsic radians()/degrees() in RP codegen.
    2023-01-23 michaelludwig@google.com [graphite] Enable AnalyticRRectRenderStep for all rects and fill/hairline rrects
    2023-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 2ef45d764ab2 to 38d1dfe4578d
    2023-01-23 armansito@google.com [sksl][wgsl] Struct type and global variable declarations
    2023-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 920ae225a641 to 38d1dfe4578d (1 revision)
    2023-01-23 johnstiles@google.com Add workaround for Android roll.
    2023-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from fabf70586d95 to ada6bd70c604 (10 revisions)
    2023-01-23 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from c98a413c3ea7 to 3b27647cb9f8 (8 revisions)
    2023-01-21 fmalita@chromium.org Manual revert "[base] Make Bazel target and enforce IWYU"
    2023-01-20 herb@google.com Merge SkScalerCache into SkStrike
    2023-01-20 kjlubick@google.com Extract the double-precision cubic and quad solving code to base.
    2023-01-20 jvanverth@google.com [graphite] Enable contextOptions flag for readPixels during testing Dawn
    2023-01-20 kjlubick@google.com Add tests for SkDCubic::chopAt
    2023-01-20 johnstiles@google.com Allow sqrt() to have a small margin of error.
    2023-01-20 lovisolo@google.com Update IntelIris540 tasks to target GPU driver version 31.0.101.2115.
    2023-01-20 johnstiles@google.com Add peephole optimizations to constant assignment.
    2023-01-20 johnstiles@google.com Combine contiguous zero_slot_unmasked slot ranges.
    2023-01-20 kjlubick@google.com [config] Make SK_API configurable from SkUserConfig
    2023-01-20 johnstiles@google.com Add support for sqrt() to RP codegen.
    2023-01-20 michaelludwig@google.com [graphite] Support hairlines/subpixel fills/strokes in AnalyticRoundRectRenderStep
    2023-01-20 brianosman@google.com In legacy 8888 sprite blitters, use saturating adds
    2023-01-20 kjlubick@google.com [base] Make Bazel target and enforce IWYU
    2023-01-20 johnstiles@google.com Add RP codegen support for sin/cos/tan.
    2023-01-20 johnstiles@google.com Add RP builder support for sin/cos/tan/sqrt.
    2023-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 37a74218c401 to fabf70586d95 (4 revisions)
    2023-01-20 johnstiles@google.com Use a return mask only where it is required.
    2023-01-20 johnstiles@google.com Migrate GetReturnComplexity out of Inliner and into Analysis.
    2023-01-20 robertphillips@google.com [graphite] Plumb new Graphite-specific version of two SkImage APIs
    2023-01-20 herb@google.com Have SkStrikeCache.h load the SkUserConfig.h
    2023-01-20 johnstiles@google.com Implement boolean-logic ops in RP codegen.
    2023-01-20 ccameron@chromium.org ColorSpaceXformColorFilter: Fix leak
    2023-01-20 kjlubick@google.com Replace SkDCubeRoot with std::cbrt
    2023-01-20 ccameron@chromium.org SkGainmapShader: Use makeRawShader
    2023-01-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e960355a9a22 to c98a413c3ea7 (5 revisions)
    2023-01-20 jvanverth@google.com Add perspective text GM.
    
    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 kaushikiska@google.com,nicolettep@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://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 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1b51696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d83a705 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    973b01c View commit details
    Browse the repository at this point in the history
  5. Roll Dart SDK from 107a1280a61f to d1a0e860679e (2 revisions) (#39084)

    https://dart.googlesource.com/sdk.git/+log/107a1280a61f..d1a0e860679e
    
    2023-01-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-156.0.dev
    2023-01-23 dart-internal-merge@dart-ci-internal.iam.gserviceaccount.com Version 3.0.0-155.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter-engine
    Please CC dart-vm-team@google.com,kaushikiska@google.com,asiva@google.com on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Flutter Engine: 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 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    55e9eaf View commit details
    Browse the repository at this point in the history
  6. Roll Skia from 0328e12ab195 to 50d78376d30c (3 revisions) (#39086)

    https://skia.googlesource.com/skia.git/+log/0328e12ab195..50d78376d30c
    
    2023-01-24 armansito@google.com [sksl] Prevent assignments to pipeline input variables
    2023-01-24 bungeman@google.com Improve Serialization_Typeface error message
    2023-01-23 johnstiles@google.com Add RP codegen support for matrix-op-scalar.
    
    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 kaushikiska@google.com,nicolettep@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://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 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    fa07c54 View commit details
    Browse the repository at this point in the history
  7. Roll Fuchsia Linux SDK from GLRbnjiO5SbZKX-Us... to dWbkAZchFHtZE9Wt_…

    …... (#39087)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter-engine
    Please CC kaushikiska@google.com on the revert to ensure that a human
    is aware of the problem.
    
    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 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    17abf1a View commit details
    Browse the repository at this point in the history
  8. Roll Skia from 50d78376d30c to 90fda2e72314 (4 revisions) (#39089)

    https://skia.googlesource.com/skia.git/+log/50d78376d30c..90fda2e72314
    
    2023-01-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 3b27647cb9f8 to 9a72a98eb94f (8 revisions)
    2023-01-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 38d1dfe4578d to d7a3d7db7fde (4 revisions)
    2023-01-24 armansito@google.com [sksl][wgsl] Global GL-style uniforms
    2023-01-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from ada6bd70c604 to f93afca731ce (11 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 kaushikiska@google.com,nicolettep@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://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 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5c46d75 View commit details
    Browse the repository at this point in the history
  9. Add mmap dependency to flutter_frontend_server (#39090)

    In a follow-up change in Dart SDK, package:compiler (a dependency of
    flutter_frontend_server) will start using package:mmap
    mkustermann committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    5b4e331 View commit details
    Browse the repository at this point in the history
  10. Migrate @FfiNative to @Native (#39034)

    dcharkes committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7f38d0d View commit details
    Browse the repository at this point in the history
  11. Remove superfluous words from comments (#39068)

    * Remove superfluous words.
    
    * Format
    
    * Duplicate in consecutive lines.
    asashour committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    71ee5f1 View commit details
    Browse the repository at this point in the history
Loading