From fc0d3230ca33f86ded221f9ab84f2805e8fd17da Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 17 Aug 2021 23:34:19 +0000 Subject: [PATCH] Roll Skia from fdcf153f6caa to b0697081b529 (2 revisions) https://skia.googlesource.com/skia.git/+log/fdcf153f6caa..b0697081b529 2021-08-17 johnstiles@google.com Improve SPIR-V handling of RTFlip when running the fuzzer. 2021-08-17 robertphillips@google.com Move several more PathRenderers to skgpu::v1 namespace 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 borenet@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 | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/DEPS b/DEPS index a873bb45deec9..bc3a7dd69cd26 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': 'fdcf153f6caa6a1e9c24080fa329aba7e9083327', + 'skia_revision': 'b0697081b5293fcee2a4a63bef36c8789c827da4', # 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 fa9f4ecc1c88b..95126ab543913 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 98db5194a0f103aa503050fec4dc20fa +Signature: a71c772f405aebc04192d81a402f30b7 UNUSED LICENSES: @@ -1338,10 +1338,10 @@ FILE: ../../../third_party/skia/src/gpu/gl/mac/GrGLMakeNativeInterface_mac.cpp FILE: ../../../third_party/skia/src/gpu/gl/win/GrGLMakeNativeInterface_win.cpp FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSL.cpp FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSL.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAAHairLinePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAAHairLinePathRenderer.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDefaultPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDefaultPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/AAHairLinePathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/AAHairLinePathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/DefaultPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/DefaultPathRenderer.h FILE: ../../../third_party/skia/src/gpu/v1/Device.cpp FILE: ../../../third_party/skia/src/pdf/SkPDFDevice.cpp FILE: ../../../third_party/skia/src/pdf/SkPDFDevice.h @@ -2127,8 +2127,8 @@ FILE: ../../../third_party/skia/src/gpu/gl/GrGLCaps.h FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgramDataManager.cpp FILE: ../../../third_party/skia/src/gpu/gl/GrGLProgramDataManager.h FILE: ../../../third_party/skia/src/gpu/gl/GrGLUtil.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/AAConvexPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/AAConvexPathRenderer.h FILE: ../../../third_party/skia/src/gpu/ops/SoftwarePathRenderer.cpp FILE: ../../../third_party/skia/src/gpu/ops/SoftwarePathRenderer.h FILE: ../../../third_party/skia/src/image/SkImage.cpp @@ -2490,13 +2490,13 @@ FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramDataManager.h FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUniformHandler.h FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.cpp FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/AALinearizingConvexPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/AALinearizingConvexPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/DashLinePathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/DashLinePathRenderer.h FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.cpp FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.h FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrDashLinePathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrDashLinePathRenderer.h FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasOp.cpp FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasOp.h FILE: ../../../third_party/skia/src/gpu/ops/GrDrawOp.h