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

Commit 490c25a

Browse files
Roll Skia from 3e3f28d64b2b to 14dd5528b318 (2 revisions) (#52011)
https://skia.googlesource.com/skia.git/+log/3e3f28d64b2b..14dd5528b318 2024-04-10 [email protected] Remove SkDrawLooper entirely 2024-04-10 [email protected] [wgpu-headers] Manually lose the device before losing the Instance. 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] 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 5b41b02 commit 490c25a

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
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': '3e3f28d64b2ba1e5511f3fe6ebcb018893714e7f',
17+
'skia_revision': '14dd5528b318c7e5b3655e9ab81bb3d2105489d0',
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: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 51a8f4e10d47bfa79c8918f84c8cbc03
1+
Signature: 128a297c92dc8a15a023618d7bd1b109
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -402,6 +402,7 @@ FILE: ../../../flutter/third_party/skia/relnotes/GraphiteContextMaxTextureSize.m
402402
FILE: ../../../flutter/third_party/skia/relnotes/MTLBinaryArchive.md
403403
FILE: ../../../flutter/third_party/skia/relnotes/MinifyBraces.md
404404
FILE: ../../../flutter/third_party/skia/relnotes/SkBitmap_setColorSpace.md
405+
FILE: ../../../flutter/third_party/skia/relnotes/draw_looper.md
405406
FILE: ../../../flutter/third_party/skia/relnotes/metal_backendsurface.md
406407
FILE: ../../../flutter/third_party/skia/relnotes/shaping_behavior.md
407408
FILE: ../../../flutter/third_party/skia/src/gpu/gpu_workaround_list.txt
@@ -1427,7 +1428,6 @@ ORIGIN: ../../../flutter/third_party/skia/gm/xfermodes.cpp + ../../../flutter/th
14271428
ORIGIN: ../../../flutter/third_party/skia/include/core/SkData.h + ../../../flutter/third_party/skia/LICENSE
14281429
ORIGIN: ../../../flutter/third_party/skia/include/core/SkImageFilter.h + ../../../flutter/third_party/skia/LICENSE
14291430
ORIGIN: ../../../flutter/third_party/skia/include/core/SkSize.h + ../../../flutter/third_party/skia/LICENSE
1430-
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkLayerDrawLooper.h + ../../../flutter/third_party/skia/LICENSE
14311431
ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig.h + ../../../flutter/third_party/skia/LICENSE
14321432
ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h + ../../../flutter/third_party/skia/LICENSE
14331433
ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/GrGLInterface.h + ../../../flutter/third_party/skia/LICENSE
@@ -1472,7 +1472,6 @@ ORIGIN: ../../../flutter/third_party/skia/src/core/SkWriteBuffer.h + ../../../fl
14721472
ORIGIN: ../../../flutter/third_party/skia/src/core/SkWriter32.cpp + ../../../flutter/third_party/skia/LICENSE
14731473
ORIGIN: ../../../flutter/third_party/skia/src/effects/SkColorMatrix.cpp + ../../../flutter/third_party/skia/LICENSE
14741474
ORIGIN: ../../../flutter/third_party/skia/src/effects/SkColorMatrixFilter.cpp + ../../../flutter/third_party/skia/LICENSE
1475-
ORIGIN: ../../../flutter/third_party/skia/src/effects/SkLayerDrawLooper.cpp + ../../../flutter/third_party/skia/LICENSE
14761475
ORIGIN: ../../../flutter/third_party/skia/src/effects/SkTableMaskFilter.cpp + ../../../flutter/third_party/skia/LICENSE
14771476
ORIGIN: ../../../flutter/third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE
14781477
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/Device.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -1608,7 +1607,6 @@ FILE: ../../../flutter/third_party/skia/gm/xfermodes.cpp
16081607
FILE: ../../../flutter/third_party/skia/include/core/SkData.h
16091608
FILE: ../../../flutter/third_party/skia/include/core/SkImageFilter.h
16101609
FILE: ../../../flutter/third_party/skia/include/core/SkSize.h
1611-
FILE: ../../../flutter/third_party/skia/include/effects/SkLayerDrawLooper.h
16121610
FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig.h
16131611
FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLConfig_chrome.h
16141612
FILE: ../../../flutter/third_party/skia/include/gpu/gl/GrGLInterface.h
@@ -1653,7 +1651,6 @@ FILE: ../../../flutter/third_party/skia/src/core/SkWriteBuffer.h
16531651
FILE: ../../../flutter/third_party/skia/src/core/SkWriter32.cpp
16541652
FILE: ../../../flutter/third_party/skia/src/effects/SkColorMatrix.cpp
16551653
FILE: ../../../flutter/third_party/skia/src/effects/SkColorMatrixFilter.cpp
1656-
FILE: ../../../flutter/third_party/skia/src/effects/SkLayerDrawLooper.cpp
16571654
FILE: ../../../flutter/third_party/skia/src/effects/SkTableMaskFilter.cpp
16581655
FILE: ../../../flutter/third_party/skia/src/effects/colorfilters/SkMatrixColorFilter.cpp
16591656
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/Device.cpp
@@ -1799,15 +1796,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
17991796

18001797
====================================================================================================
18011798
LIBRARY: skia
1802-
ORIGIN: ../../../flutter/third_party/skia/include/core/SkDrawLooper.h + ../../../flutter/third_party/skia/LICENSE
18031799
ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan.h + ../../../flutter/third_party/skia/LICENSE
18041800
ORIGIN: ../../../flutter/third_party/skia/src/core/SkScan_Antihair.cpp + ../../../flutter/third_party/skia/LICENSE
18051801
ORIGIN: ../../../flutter/third_party/skia/src/core/SkTypeface.cpp + ../../../flutter/third_party/skia/LICENSE
18061802
ORIGIN: ../../../flutter/third_party/skia/src/effects/imagefilters/SkBlurImageFilter.cpp + ../../../flutter/third_party/skia/LICENSE
18071803
ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_parser.cpp + ../../../flutter/third_party/skia/LICENSE
18081804
ORIGIN: ../../../flutter/third_party/skia/src/ports/SkFontMgr_android_parser.h + ../../../flutter/third_party/skia/LICENSE
18091805
TYPE: LicenseType.bsd
1810-
FILE: ../../../flutter/third_party/skia/include/core/SkDrawLooper.h
18111806
FILE: ../../../flutter/third_party/skia/src/core/SkScan.h
18121807
FILE: ../../../flutter/third_party/skia/src/core/SkScan_Antihair.cpp
18131808
FILE: ../../../flutter/third_party/skia/src/core/SkTypeface.cpp
@@ -2360,7 +2355,6 @@ ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.cpp + ../../..
23602355
ORIGIN: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.h + ../../../flutter/third_party/skia/LICENSE
23612356
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDataTable.cpp + ../../../flutter/third_party/skia/LICENSE
23622357
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDocument.cpp + ../../../flutter/third_party/skia/LICENSE
2363-
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawLooper.cpp + ../../../flutter/third_party/skia/LICENSE
23642358
ORIGIN: ../../../flutter/third_party/skia/src/core/SkFontStream.h + ../../../flutter/third_party/skia/LICENSE
23652359
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMatrixUtils.h + ../../../flutter/third_party/skia/LICENSE
23662360
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMessageBus.h + ../../../flutter/third_party/skia/LICENSE
@@ -2498,7 +2492,6 @@ FILE: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.cpp
24982492
FILE: ../../../flutter/third_party/skia/src/core/SkBitmapDevice.h
24992493
FILE: ../../../flutter/third_party/skia/src/core/SkDataTable.cpp
25002494
FILE: ../../../flutter/third_party/skia/src/core/SkDocument.cpp
2501-
FILE: ../../../flutter/third_party/skia/src/core/SkDrawLooper.cpp
25022495
FILE: ../../../flutter/third_party/skia/src/core/SkFontStream.h
25032496
FILE: ../../../flutter/third_party/skia/src/core/SkMatrixUtils.h
25042497
FILE: ../../../flutter/third_party/skia/src/core/SkMessageBus.h

0 commit comments

Comments
 (0)