From 8014fd0daf6c23acefe03a07ff479ff5d4eafa87 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 23 May 2022 18:05:35 +0000 Subject: [PATCH] Roll Skia from 230c535dfefb to 8fd61eea0ded (5 revisions) https://skia.googlesource.com/skia.git/+log/230c535dfefb..8fd61eea0ded 2022-05-23 egdaniel@google.com [graphite] Add SkBudgeted field to Resources. 2022-05-23 kjlubick@google.com [pathkit] Expose res_scale 2022-05-23 michaelludwig@google.com Update Sk4px to use skvx instead of SkNx 2022-05-23 jvanverth@google.com Moving GrTextBlob to sktext::gpu 2022-05-23 michaelludwig@google.com [graphite] Flesh out stroke patch writing 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 garyq@google.com,tdenniston@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://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 --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 27787de50d5c1..5f5af2a4c8bef 100644 --- a/DEPS +++ b/DEPS @@ -27,7 +27,7 @@ vars = { 'skia_git': 'https://skia.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': '230c535dfefbc1137867d448b64a4e42c71bc9f1', + 'skia_revision': '8fd61eea0ded19b95b3dc99213806f34775cb802', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 30be672406c0f..e464bf50950b0 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 5ae1d6dc76903566909ab8e19d035afb +Signature: 56f360ab03f26f38309e502b483250e3 UNUSED LICENSES: @@ -3031,8 +3031,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/ops/LatticeOp.cpp FILE: ../../../third_party/skia/src/gpu/ganesh/ops/LatticeOp.h FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlob.cpp -FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlob.h FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlobRedrawCoordinator.cpp FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlobRedrawCoordinator.h FILE: ../../../third_party/skia/src/gpu/ganesh/v1/Device_drawTexture.cpp @@ -3062,9 +3060,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.cpp FILE: ../../../third_party/skia/src/gpu/ganesh/vk/GrVkUtil.h FILE: ../../../third_party/skia/src/image/SkImage_Gpu.h FILE: ../../../third_party/skia/src/image/SkImage_Lazy.cpp -FILE: ../../../third_party/skia/src/opts/Sk4px_NEON.h -FILE: ../../../third_party/skia/src/opts/Sk4px_SSE2.h -FILE: ../../../third_party/skia/src/opts/Sk4px_none.h FILE: ../../../third_party/skia/src/opts/SkBlitMask_opts.h FILE: ../../../third_party/skia/src/opts/SkBlitRow_opts.h FILE: ../../../third_party/skia/src/opts/SkOpts_sse41.cpp @@ -3101,6 +3096,8 @@ FILE: ../../../third_party/skia/src/text/gpu/DistanceFieldAdjustTable.cpp FILE: ../../../third_party/skia/src/text/gpu/DistanceFieldAdjustTable.h FILE: ../../../third_party/skia/src/text/gpu/StrikeCache.cpp FILE: ../../../third_party/skia/src/text/gpu/StrikeCache.h +FILE: ../../../third_party/skia/src/text/gpu/TextBlob.cpp +FILE: ../../../third_party/skia/src/text/gpu/TextBlob.h FILE: ../../../third_party/skia/src/utils/SkPaintFilterCanvas.cpp FILE: ../../../third_party/skia/src/xps/SkXPSDocument.cpp ----------------------------------------------------------------------------------------------------