Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll Skia from 1b3aa8b6e1cc to f6a5c806294d (11 revisions)
https://skia.googlesource.com/skia.git/+log/1b3aa8b6e1cc..f6a5c806294d

2023-01-20 [email protected] Roll SK Tool from 3e5659852fc3 to dddaffde005d
2023-01-20 [email protected] Remove getUnderlyingStrike
2023-01-20 [email protected] [graphite] Enable AnalyticRRectRenderStep for fills
2023-01-20 [email protected] Roll vulkan-deps from 823d1a0d7c30 to 37a74218c401 (10 revisions)
2023-01-20 [email protected] Build all outputs when skia_compile_sksl_tests is enabled.
2023-01-20 [email protected] Remove SkAutoSTArray and SkAutoSTMalloc
2023-01-20 [email protected] Rename SkAutoSTArray -> AutoSTArray and move to skia_private
2023-01-20 [email protected] Add SkGainmapShader
2023-01-20 [email protected] Fix line formatting when maxWidth == INF && align == kJustify && textDirection == kLtr
2023-01-20 [email protected] Eliminate unnecessary return-mask operations.
2023-01-20 [email protected] Change SkSRGBGammaColorFilter to SkColorSpaceXformColorFilter

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 committed Jan 20, 2023
commit 615b3c2fe102805bb23fe002539f1f802ede6832
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': '1b3aa8b6e1cc82991861082ab45a0b62aad56288',
'skia_revision': 'f6a5c806294dbc1088955645accc3c2f83d4f04f',

# 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
6 changes: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: c84eb86a3689ee3d90bc83b27fba1cbd
Signature: 384e76e1196df5c6e3aefc7b1f7732e7

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8874,6 +8874,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
====================================================================================================
LIBRARY: skia
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
Expand All @@ -8882,8 +8883,10 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../thi
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
TYPE: LicenseType.bsd
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.h
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
Expand All @@ -8892,6 +8895,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
----------------------------------------------------------------------------------------------------
Copyright 2023 Google Inc.

Expand Down