Skip to content

Commit e4627b1

Browse files
skia-flutter-autorollRicardo Amador
authored and
Ricardo Amador
committed
Roll Skia from 1b3aa8b6e1cc to f6a5c806294d (11 revisions) (flutter#39027)
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
1 parent 0020a8c commit e4627b1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '1b3aa8b6e1cc82991861082ab45a0b62aad56288',
21+
'skia_revision': 'f6a5c806294dbc1088955645accc3c2f83d4f04f',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: c84eb86a3689ee3d90bc83b27fba1cbd
1+
Signature: 384e76e1196df5c6e3aefc7b1f7732e7
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8874,6 +8874,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88748874
====================================================================================================
88758875
LIBRARY: skia
88768876
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
8877+
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
88778878
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp + ../../../third_party/skia/LICENSE
88788879
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.h + ../../../third_party/skia/LICENSE
88798880
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
@@ -8882,8 +8883,10 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../thi
88828883
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../third_party/skia/LICENSE
88838884
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
88848885
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
8886+
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
88858887
TYPE: LicenseType.bsd
88868888
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
8889+
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
88878890
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp
88888891
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.h
88898892
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
@@ -8892,6 +8895,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp
88928895
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h
88938896
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
88948897
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
8898+
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
88958899
----------------------------------------------------------------------------------------------------
88968900
Copyright 2023 Google Inc.
88978901

0 commit comments

Comments
 (0)