Skip to content

Commit af2e733

Browse files
Roll Skia from 3d6165b70199 to d8f13372549d (14 revisions) (flutter#167325)
https://skia.googlesource.com/skia.git/+log/3d6165b70199..d8f13372549d 2025-04-16 robertphillips@google.com Revise ChromePrecompileTest 2025-04-16 bungeman@google.com [freetype] Check palette actually found 2025-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 729a70498186 to 3bc11f8f2d55 (2 revisions) 2025-04-16 vigneshv@google.com SkCrabbyAvifCodec: Use icc profile from the decoded image 2025-04-16 thomsmit@google.com [graphite] Update DrawWriter to minimize binds by using pending base offsets. 2025-04-16 faijur.rahman@imagination.corp-partner.google.com img-ddk: Fix Driver Version Deduction for Unknown ANGLE Backend 2025-04-16 kjlubick@google.com Enforce IWYU on some graphite types 2025-04-16 coldpalelight@gmail.com Fix issue where drawArc loses endcaps when stroke width is greater than or equal to oval size 2025-04-16 nicolettep@google.com [graphite] Add test to prove Vulkan shares renderpasses when expected 2025-04-16 kjlubick@google.com Add thread-safe version of SkResourceCache 2025-04-16 jvanverth@google.com Reland "[graphite] Add ProxyCache support to RasterPathAtlas." 2025-04-16 jlavrova@google.com Small fix in Unicode CodeUnits API 2025-04-16 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from a3f2545f6bb3 to ca0457f68880 (12 revisions) 2025-04-16 jeongik@google.com Support GL texture for BGRA8 format 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 bwils@google.com,codefu@google.com,kjlubick@google.com 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 c232c70 commit af2e733

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
@@ -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': '3d6165b70199c81f0529b510827d96bf8d9c38c6',
17+
'skia_revision': 'd8f13372549d0122deda9952e61d2bf5d884011f',
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.

engine/src/flutter/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: 9915f10298af57762d7c60fdea583942
1+
Signature: 3590532a1d7d1f32596972aaff9feead
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9877,6 +9877,8 @@ ORIGIN: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_bidi.c
98779877
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawTypes.h + ../../../flutter/third_party/skia/LICENSE
98789878
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp + ../../../flutter/third_party/skia/LICENSE
98799879
ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineVizualizer.h + ../../../flutter/third_party/skia/LICENSE
9880+
ORIGIN: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.cpp + ../../../flutter/third_party/skia/LICENSE
9881+
ORIGIN: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.h + ../../../flutter/third_party/skia/LICENSE
98809882
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GaneshVertexFiller.cpp + ../../../flutter/third_party/skia/LICENSE
98819883
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.cpp + ../../../flutter/third_party/skia/LICENSE
98829884
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.h + ../../../flutter/third_party/skia/LICENSE
@@ -9892,6 +9894,8 @@ FILE: ../../../flutter/third_party/skia/modules/skunicode/src/SkUnicode_bidi.cpp
98929894
FILE: ../../../flutter/third_party/skia/src/core/SkDrawTypes.h
98939895
FILE: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp
98949896
FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineVizualizer.h
9897+
FILE: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.cpp
9898+
FILE: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.h
98959899
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GaneshVertexFiller.cpp
98969900
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.cpp
98979901
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.h

0 commit comments

Comments
 (0)