Skip to content

Commit

Permalink
Roll Skia from 1ccf2093cfa9 to 0328e12ab195 (59 revisions) (flutter#3…
Browse files Browse the repository at this point in the history
…9078)

https://skia.googlesource.com/skia.git/+log/1ccf2093cfa9..0328e12ab195

2023-01-23 [email protected] Fix errors with non-square matrix multiplication.
2023-01-23 [email protected] Move traits to .cpp for SkStrikeCache
2023-01-23 [email protected] Revert "Add workaround for Android roll."
2023-01-23 [email protected] Add matrix-multiply support to RP codegen.
2023-01-23 [email protected] Rename fMu -> FStrikeLock
2023-01-23 [email protected] SkJpegCodec: Add HDRGM support
2023-01-23 [email protected] Remove accessor to the scalerContext on SkStrike
2023-01-23 [email protected] Add SkMatrixPriv::NearlyAffine.
2023-01-23 [email protected] Remove SK_LEGACY_MATRIX_MATH_ORDER
2023-01-23 [email protected] Replace push_literal(0) with push_zeros in the instruction stream.
2023-01-23 [email protected] [graphite] Implement Graphite-specific onMakeColorTypeAndColorSpace methods
2023-01-23 [email protected] Reland "[base] Make Bazel target and enforce IWYU"
2023-01-23 [email protected] Replace bespoke 'saturate' with 'std::min'
2023-01-23 [email protected] Move dump and stats to SkStrike
2023-01-23 [email protected] For testing, support file and memory streams of files
2023-01-23 [email protected] Fix errors on tree.
2023-01-23 [email protected] [graphite-dawn] Correctly calculate num textures for pipeline's layout
2023-01-23 [email protected] [graphite] Fix assignment to pipeline inputs in AnalyticRRectRenderStep
2023-01-23 [email protected] Optimize pushing duplicates of 0.
2023-01-23 [email protected] Simplify masked stores when the execution mask is known.
2023-01-23 [email protected] Simplify branches when the execution mask is known.
2023-01-23 [email protected] Track the state of the execution mask in Builder.
2023-01-23 [email protected] [graphite] Update some GMs to work w/ Graphite
2023-01-23 [email protected] Roll Dawn from 785ccde2f588 to ffe356d558bc (15 revisions)
2023-01-23 [email protected] Add support for intrinsic radians()/degrees() in RP codegen.
2023-01-23 [email protected] [graphite] Enable AnalyticRRectRenderStep for all rects and fill/hairline rrects
2023-01-23 [email protected] Roll SK Tool from 2ef45d764ab2 to 38d1dfe4578d
2023-01-23 [email protected] [sksl][wgsl] Struct type and global variable declarations
2023-01-23 [email protected] Roll Skia Infra from 920ae225a641 to 38d1dfe4578d (1 revision)
2023-01-23 [email protected] Add workaround for Android roll.
2023-01-23 [email protected] Roll vulkan-deps from fabf70586d95 to ada6bd70c604 (10 revisions)
2023-01-23 [email protected] Roll ANGLE from c98a413c3ea7 to 3b27647cb9f8 (8 revisions)
2023-01-21 [email protected] Manual revert "[base] Make Bazel target and enforce IWYU"
2023-01-20 [email protected] Merge SkScalerCache into SkStrike
2023-01-20 [email protected] Extract the double-precision cubic and quad solving code to base.
2023-01-20 [email protected] [graphite] Enable contextOptions flag for readPixels during testing Dawn
2023-01-20 [email protected] Add tests for SkDCubic::chopAt
2023-01-20 [email protected] Allow sqrt() to have a small margin of error.
2023-01-20 [email protected] Update IntelIris540 tasks to target GPU driver version 31.0.101.2115.
2023-01-20 [email protected] Add peephole optimizations to constant assignment.
2023-01-20 [email protected] Combine contiguous zero_slot_unmasked slot ranges.
2023-01-20 [email protected] [config] Make SK_API configurable from SkUserConfig
2023-01-20 [email protected] Add support for sqrt() to RP codegen.
2023-01-20 [email protected] [graphite] Support hairlines/subpixel fills/strokes in AnalyticRoundRectRenderStep
2023-01-20 [email protected] In legacy 8888 sprite blitters, use saturating adds
2023-01-20 [email protected] [base] Make Bazel target and enforce IWYU
2023-01-20 [email protected] Add RP codegen support for sin/cos/tan.
2023-01-20 [email protected] Add RP builder support for sin/cos/tan/sqrt.
2023-01-20 [email protected] Roll vulkan-deps from 37a74218c401 to fabf70586d95 (4 revisions)
2023-01-20 [email protected] Use a return mask only where it is required.
2023-01-20 [email protected] Migrate GetReturnComplexity out of Inliner and into Analysis.
2023-01-20 [email protected] [graphite] Plumb new Graphite-specific version of two SkImage APIs
2023-01-20 [email protected] Have SkStrikeCache.h load the SkUserConfig.h
2023-01-20 [email protected] Implement boolean-logic ops in RP codegen.
2023-01-20 [email protected] ColorSpaceXformColorFilter: Fix leak
2023-01-20 [email protected] Replace SkDCubeRoot with std::cbrt
2023-01-20 [email protected] SkGainmapShader: Use makeRawShader
2023-01-20 [email protected] Roll ANGLE from e960355a9a22 to c98a413c3ea7 (5 revisions)
2023-01-20 [email protected] 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 [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
  • Loading branch information
skia-flutter-autoroll authored and Ricardo Amador committed Jan 25, 2023
1 parent 93d5dd8 commit f3fe88d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vars = {
'llvm_git': 'https://llvm.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '1ccf2093cfa9cae96363e66d524eca8168c050cc',
'skia_revision': '0328e12ab195f6ada1adcfeaa65fffe2eb1310d4',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
22 changes: 17 additions & 5 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: b56b0ab87d49992124c52f8d96ad6c0a
Signature: efd4597a0b8e7ec0edf8a734fb79cb03

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -691,8 +691,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkRect.cpp + ../../../third_party/ski
ORIGIN: ../../../third_party/skia/src/core/SkRegion.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkRegionPriv.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkRegion_path.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkScalerCache.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkScalerCache.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkScalerContext.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkScalerContext.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkScan.cpp + ../../../third_party/skia/LICENSE
Expand All @@ -703,6 +701,8 @@ ORIGIN: ../../../third_party/skia/src/core/SkScan_Path.cpp + ../../../third_part
ORIGIN: ../../../third_party/skia/src/core/SkSpriteBlitter.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkStream.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkStrike.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkStrike.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkString.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkStroke.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkStrokerPriv.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -840,8 +840,6 @@ FILE: ../../../third_party/skia/src/core/SkRect.cpp
FILE: ../../../third_party/skia/src/core/SkRegion.cpp
FILE: ../../../third_party/skia/src/core/SkRegionPriv.h
FILE: ../../../third_party/skia/src/core/SkRegion_path.cpp
FILE: ../../../third_party/skia/src/core/SkScalerCache.cpp
FILE: ../../../third_party/skia/src/core/SkScalerCache.h
FILE: ../../../third_party/skia/src/core/SkScalerContext.cpp
FILE: ../../../third_party/skia/src/core/SkScalerContext.h
FILE: ../../../third_party/skia/src/core/SkScan.cpp
Expand All @@ -852,6 +850,8 @@ FILE: ../../../third_party/skia/src/core/SkScan_Path.cpp
FILE: ../../../third_party/skia/src/core/SkSpriteBlitter.h
FILE: ../../../third_party/skia/src/core/SkSpriteBlitter_ARGB32.cpp
FILE: ../../../third_party/skia/src/core/SkStream.cpp
FILE: ../../../third_party/skia/src/core/SkStrike.cpp
FILE: ../../../third_party/skia/src/core/SkStrike.h
FILE: ../../../third_party/skia/src/core/SkString.cpp
FILE: ../../../third_party/skia/src/core/SkStroke.h
FILE: ../../../third_party/skia/src/core/SkStrokerPriv.cpp
Expand Down Expand Up @@ -1393,6 +1393,7 @@ ORIGIN: ../../../third_party/skia/gm/linepaths.cpp + ../../../third_party/skia/L
ORIGIN: ../../../third_party/skia/gm/ninepatchstretch.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/pathfill.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/pathreverse.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/persptext.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/points.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/poly2poly.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/gm/quadpaths.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -1576,6 +1577,7 @@ FILE: ../../../third_party/skia/gm/linepaths.cpp
FILE: ../../../third_party/skia/gm/ninepatchstretch.cpp
FILE: ../../../third_party/skia/gm/pathfill.cpp
FILE: ../../../third_party/skia/gm/pathreverse.cpp
FILE: ../../../third_party/skia/gm/persptext.cpp
FILE: ../../../third_party/skia/gm/points.cpp
FILE: ../../../third_party/skia/gm/poly2poly.cpp
FILE: ../../../third_party/skia/gm/quadpaths.cpp
Expand Down Expand Up @@ -8933,18 +8935,28 @@ LIBRARY: skia
ORIGIN: ../../../third_party/skia/include/private/SkMalloc.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/SkTemplates.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/base/SkCPUTypes.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkCubics.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkCubics.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkFloatingPoint.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkQuads.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkQuads.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/base/SkSafeMath.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/skia/include/private/SkMalloc.h
FILE: ../../../third_party/skia/include/private/SkTemplates.h
FILE: ../../../third_party/skia/include/private/base/SkCPUTypes.h
FILE: ../../../third_party/skia/src/base/SkCubics.cpp
FILE: ../../../third_party/skia/src/base/SkCubics.h
FILE: ../../../third_party/skia/src/base/SkFloatingPoint.cpp
FILE: ../../../third_party/skia/src/base/SkQuads.cpp
FILE: ../../../third_party/skia/src/base/SkQuads.h
FILE: ../../../third_party/skia/src/base/SkSafeMath.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
----------------------------------------------------------------------------------------------------
Copyright 2023 Google LLC

Expand Down

0 comments on commit f3fe88d

Please sign in to comment.