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

Commit a51b2f5

Browse files
Manual roll Skia from ad2e21650306 to 2bd12e31d578 (14 revisions)
Manual roll requested by [email protected] https://skia.googlesource.com/skia.git/+log/ad2e21650306..2bd12e31d578 2023-04-14 [email protected] Skip fontations gm in WASM gm job 2023-04-14 [email protected] [graphite] Make ResourceCache be the owner of the ProxyCache 2023-04-14 [email protected] Revert "Remove iOS jobs from CQ" 2023-04-14 [email protected] Add Skrifa to the fontations third-party deps, test it in demo code 2023-04-14 [email protected] Move StdSteadyClock to skgpu (in new GpuTypesPriv.h file) 2023-04-14 [email protected] Fix includes in stub encoders 2023-04-14 [email protected] GraphiteDawn: handle mipmap mode = none correctly. 2023-04-14 [email protected] [graphite] Add ProxyCache::freeUniquelyHeld 2023-04-14 [email protected] [graphite] Fix AsyncReadPixels alignment issue. 2023-04-14 [email protected] Add stub Fontations SkTypeface backend 2023-04-14 [email protected] Roll vulkan-deps from c8e5e8c4c60b to d7134dd15234 (6 revisions) 2023-04-14 [email protected] Roll ANGLE from c26011b8663f to aac847223de6 (7 revisions) 2023-04-14 [email protected] Roll SK Tool from 651ebe99ced7 to f38324497584 2023-04-14 [email protected] Roll Skia Infra from 5d786c72544d to 651ebe99ced7 (6 revisions) 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],[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 ea0e1b1 commit a51b2f5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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': 'ad2e2165030621a0da9eb14d8fc01c2fcf48da14',
21+
'skia_revision': '2bd12e31d5781f50ffdda7a7ce9081b3f6850488',
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: d777e0a04b30fb679310ccc1c9638e43
1+
Signature: d6c8f3e8e8ad3efacc9a787caa179ed0
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8869,6 +8869,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
88698869
====================================================================================================
88708870
LIBRARY: skia
88718871
ORIGIN: ../../../third_party/skia/gm/coordclampshader.cpp + ../../../third_party/skia/LICENSE
8872+
ORIGIN: ../../../third_party/skia/gm/fontations.cpp + ../../../third_party/skia/LICENSE
88728873
ORIGIN: ../../../third_party/skia/gm/imagefiltersunpremul.cpp + ../../../third_party/skia/LICENSE
88738874
ORIGIN: ../../../third_party/skia/include/ports/SkFontMgr_data.h + ../../../third_party/skia/LICENSE
88748875
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
@@ -8889,9 +8890,12 @@ ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../
88898890
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
88908891
ORIGIN: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp + ../../../third_party/skia/LICENSE
88918892
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp + ../../../third_party/skia/LICENSE
8893+
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp + ../../../third_party/skia/LICENSE
8894+
ORIGIN: ../../../third_party/skia/src/ports/SkTypeface_fontations.h + ../../../third_party/skia/LICENSE
88928895
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
88938896
TYPE: LicenseType.bsd
88948897
FILE: ../../../third_party/skia/gm/coordclampshader.cpp
8898+
FILE: ../../../third_party/skia/gm/fontations.cpp
88958899
FILE: ../../../third_party/skia/gm/imagefiltersunpremul.cpp
88968900
FILE: ../../../third_party/skia/include/ports/SkFontMgr_data.h
88978901
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
@@ -8912,6 +8916,8 @@ FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
89128916
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
89138917
FILE: ../../../third_party/skia/src/encode/SkJpegGainmapEncoder.cpp
89148918
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtils.cpp
8919+
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.cpp
8920+
FILE: ../../../third_party/skia/src/ports/SkTypeface_fontations.h
89158921
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
89168922
----------------------------------------------------------------------------------------------------
89178923
Copyright 2023 Google Inc.
@@ -8985,6 +8991,7 @@ ORIGIN: ../../../third_party/skia/src/encode/SkPngEncoder_none.cpp + ../../../th
89858991
ORIGIN: ../../../third_party/skia/src/encode/SkWebpEncoder_none.cpp + ../../../third_party/skia/LICENSE
89868992
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.cpp + ../../../third_party/skia/LICENSE
89878993
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.h + ../../../third_party/skia/LICENSE
8994+
ORIGIN: ../../../third_party/skia/src/gpu/GpuTypesPriv.h + ../../../third_party/skia/LICENSE
89888995
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE
89898996
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp + ../../../third_party/skia/LICENSE
89908997
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h + ../../../third_party/skia/LICENSE
@@ -9062,6 +9069,7 @@ FILE: ../../../third_party/skia/src/encode/SkPngEncoder_none.cpp
90629069
FILE: ../../../third_party/skia/src/encode/SkWebpEncoder_none.cpp
90639070
FILE: ../../../third_party/skia/src/gpu/DitherUtils.cpp
90649071
FILE: ../../../third_party/skia/src/gpu/DitherUtils.h
9072+
FILE: ../../../third_party/skia/src/gpu/GpuTypesPriv.h
90659073
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h
90669074
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.cpp
90679075
FILE: ../../../third_party/skia/src/gpu/ganesh/image/GrImageUtils.h

0 commit comments

Comments
 (0)