Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 394ca0e

Browse files
Roll Skia from f4a214ecf197 to 1910252ea26a (3 revisions)
https://skia.googlesource.com/skia.git/+log/f4a214ecf197..1910252ea26a 2024-04-19 [email protected] [graphite] Add Swizzle::selectChannelInR(i) helper 2024-04-19 [email protected] Tweak RescaleWithTransform test expectations 2024-04-19 [email protected] Add SkArc 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent a9a6f59 commit 394ca0e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': 'f4a214ecf1974eb3289564d5728b3fa8d8f3c079',
17+
'skia_revision': '1910252ea26a28be0dd2843ef67cbda4f0fa6837',
1818

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

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0411b3626bfcfc6b4dcb0477bf107849
1+
Signature: d932d7890f3c60e6e914badef26b210f
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9496,6 +9496,7 @@ LIBRARY: skia
94969496
ORIGIN: ../../../flutter/third_party/skia/gm/emptyshader.cpp + ../../../flutter/third_party/skia/LICENSE
94979497
ORIGIN: ../../../flutter/third_party/skia/gm/imagedither.cpp + ../../../flutter/third_party/skia/LICENSE
94989498
ORIGIN: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp + ../../../flutter/third_party/skia/LICENSE
9499+
ORIGIN: ../../../flutter/third_party/skia/include/core/SkArc.h + ../../../flutter/third_party/skia/LICENSE
94999500
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLMakeWebGLInterface.h + ../../../flutter/third_party/skia/LICENSE
95009501
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/epoxy/GrGLMakeEpoxyEGLInterface.h + ../../../flutter/third_party/skia/LICENSE
95019502
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/ios/GrGLMakeIOSInterface.h + ../../../flutter/third_party/skia/LICENSE
@@ -9547,6 +9548,7 @@ TYPE: LicenseType.bsd
95479548
FILE: ../../../flutter/third_party/skia/gm/emptyshader.cpp
95489549
FILE: ../../../flutter/third_party/skia/gm/imagedither.cpp
95499550
FILE: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp
9551+
FILE: ../../../flutter/third_party/skia/include/core/SkArc.h
95509552
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLMakeWebGLInterface.h
95519553
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/epoxy/GrGLMakeEpoxyEGLInterface.h
95529554
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/ios/GrGLMakeIOSInterface.h

0 commit comments

Comments
 (0)