From b261aed22730941bf79451e680526c02b2645e42 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 17 Aug 2021 20:54:19 +0000 Subject: [PATCH] Roll Skia from 957ed75731e0 to 7020699e3835 (7 revisions) https://skia.googlesource.com/skia.git/+log/957ed75731e0..7020699e3835 2021-08-17 johnstiles@google.com Simplify declaration of transpose() built-in. 2021-08-17 johnstiles@google.com Improve testing of transpose() intrinsic. 2021-08-17 johnstiles@google.com Enable nonsquare matrix support in Direct3D. 2021-08-17 jvanverth@google.com Metal: Reduce load ops on clears. 2021-08-17 robertphillips@google.com Move triangulators and tessellators into gpu/geometry 2021-08-17 kylecarlstrom@google.com Create Vec2ExpressionAnimator 2021-08-17 michaelludwig@google.com Revert "Correctly downgrade per-entry filter/mm local variables" 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DEPS b/DEPS index 97c3a02e1e2db..81f8042858dac 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': '957ed75731e015482bbd71ad512867aa8bdfbcd5', + 'skia_revision': '7020699e383560c1e4e30aa6a6c2b94dfbf94544', # 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 f179517409a3f..174885bfe8a0d 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: eb3e8def48e6b8f1d95cb63bbcf2f973 +Signature: e767373f4cf99e856550532d4f7e1452 UNUSED LICENSES: @@ -2468,14 +2468,16 @@ FILE: ../../../third_party/skia/src/gpu/GrSimpleMesh.h FILE: ../../../third_party/skia/src/gpu/GrTTopoSort.h FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp FILE: ../../../third_party/skia/src/gpu/GrTestUtils.h -FILE: ../../../third_party/skia/src/gpu/GrTriangulator.cpp -FILE: ../../../third_party/skia/src/gpu/GrTriangulator.h FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.cpp FILE: ../../../third_party/skia/src/gpu/effects/GrBlendFragmentProcessor.cpp FILE: ../../../third_party/skia/src/gpu/effects/GrBlendFragmentProcessor.h FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.cpp FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.h +FILE: ../../../third_party/skia/src/gpu/geometry/GrAAConvexTessellator.cpp +FILE: ../../../third_party/skia/src/gpu/geometry/GrAAConvexTessellator.h FILE: ../../../third_party/skia/src/gpu/geometry/GrQuad.h +FILE: ../../../third_party/skia/src/gpu/geometry/GrTriangulator.cpp +FILE: ../../../third_party/skia/src/gpu/geometry/GrTriangulator.h FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.cpp FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.cpp FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.h @@ -2488,8 +2490,6 @@ 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/GrAAConvexTessellator.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.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/GrAtlasTextOp.cpp @@ -2974,7 +2974,6 @@ FILE: ../../../third_party/skia/src/gpu/BaseDevice.cpp FILE: ../../../third_party/skia/src/gpu/BaseDevice.h FILE: ../../../third_party/skia/src/gpu/GrDstProxyView.h FILE: ../../../third_party/skia/src/gpu/GrEagerVertexAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/GrInnerFanTriangulator.h FILE: ../../../third_party/skia/src/gpu/GrMeshDrawTarget.cpp FILE: ../../../third_party/skia/src/gpu/GrMeshDrawTarget.h FILE: ../../../third_party/skia/src/gpu/GrOpsTypes.h @@ -2987,6 +2986,7 @@ FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.cpp FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.h FILE: ../../../third_party/skia/src/gpu/SurfaceFillContext.cpp FILE: ../../../third_party/skia/src/gpu/SurfaceFillContext.h +FILE: ../../../third_party/skia/src/gpu/geometry/GrInnerFanTriangulator.h FILE: ../../../third_party/skia/src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp FILE: ../../../third_party/skia/src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp FILE: ../../../third_party/skia/src/gpu/v2/Device.cpp @@ -3954,8 +3954,6 @@ FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.h FILE: ../../../third_party/skia/src/core/SkOpts_erms.cpp FILE: ../../../third_party/skia/src/core/SkSamplingPriv.h FILE: ../../../third_party/skia/src/core/SkVerticesPriv.h -FILE: ../../../third_party/skia/src/gpu/GrAATriangulator.cpp -FILE: ../../../third_party/skia/src/gpu/GrAATriangulator.h FILE: ../../../third_party/skia/src/gpu/GrDynamicAtlas.cpp FILE: ../../../third_party/skia/src/gpu/GrDynamicAtlas.h FILE: ../../../third_party/skia/src/gpu/GrEagerVertexAllocator.h @@ -3963,6 +3961,8 @@ FILE: ../../../third_party/skia/src/gpu/GrHashMapWithCache.h FILE: ../../../third_party/skia/src/gpu/GrRecordingContextPriv.cpp FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.cpp FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.h +FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.cpp +FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.h FILE: ../../../third_party/skia/src/gpu/geometry/GrWangsFormula.h FILE: ../../../third_party/skia/src/gpu/mock/GrMockOpTarget.h FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasPathOp.cpp