From 69d261607e9061d7f7992725aa5c17ee6ec9603f Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 19 Aug 2021 17:24:20 +0000 Subject: [PATCH] Roll Skia from 85108183bc04 to eb0195e5b4d5 (11 revisions) https://skia.googlesource.com/skia.git/+log/85108183bc04..eb0195e5b4d5 2021-08-19 csmartdalton@google.com Delete all code related to disabling multisample 2021-08-19 jlavrova@google.com SkText: refactoring, also a bug fix 2021-08-19 johnstiles@google.com Use extract_matrix to shrink code size. 2021-08-19 robertphillips@google.com Move 2 path renderers to skgpu::v1 namespace 2021-08-19 johnstiles@google.com Use string_view for intrinsic-list map. 2021-08-19 johnstiles@google.com Implement determinant() in SkSL ES3 public API. 2021-08-19 johnstiles@google.com Move RandomColor and RandomCoverage into GrTest. 2021-08-19 johnstiles@google.com Return the input-matrix determinant from SkInvertNxNMatrix. 2021-08-19 robertphillips@google.com Move GrTessellationPathFlags to their own header (GrTessTypes.h) 2021-08-19 herb@google.com switch to byte size 2021-08-19 johnstiles@google.com Fix shadowed-variable warning in PathIter bench code. 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 | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 021a0f905d4fe..724c9e60b3a63 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': '85108183bc048cff04d52caa71a7771cc3118c20', + 'skia_revision': 'eb0195e5b4d5d61dfa97483c15e519b56c6a1a98', # 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 6d2ce4bbfb48d..eef5e89283561 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: bf5bb76af1a5c5d2c1aa27072757e8d7 +Signature: 83df021712095d063ee78e0a35866604 UNUSED LICENSES: @@ -2508,8 +2508,8 @@ FILE: ../../../third_party/skia/src/gpu/ops/GrMeshDrawOp.cpp FILE: ../../../third_party/skia/src/gpu/ops/GrMeshDrawOp.h FILE: ../../../third_party/skia/src/gpu/ops/GrOp.cpp FILE: ../../../third_party/skia/src/gpu/ops/GrOp.h -FILE: ../../../third_party/skia/src/gpu/ops/GrTriangulatingPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrTriangulatingPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/TriangulatingPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/TriangulatingPathRenderer.h FILE: ../../../third_party/skia/src/gpu/text/GrDistanceFieldAdjustTable.cpp FILE: ../../../third_party/skia/src/gpu/text/GrDistanceFieldAdjustTable.h FILE: ../../../third_party/skia/src/gpu/text/GrStrikeCache.cpp @@ -2989,6 +2989,7 @@ 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/tessellate/GrTessTypes.h FILE: ../../../third_party/skia/src/gpu/v2/Device.cpp FILE: ../../../third_party/skia/src/gpu/v2/Device_v2.h FILE: ../../../third_party/skia/src/gpu/v2/SurfaceDrawContext.cpp @@ -5234,8 +5235,8 @@ FILE: ../../../third_party/skia/src/core/SkMalloc.cpp FILE: ../../../third_party/skia/src/core/SkPixelRefPriv.h FILE: ../../../third_party/skia/src/core/SkTextBlobTrace.cpp FILE: ../../../third_party/skia/src/core/SkTextBlobTrace.h -FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasPathRenderer.h +FILE: ../../../third_party/skia/src/gpu/ops/AtlasPathRenderer.cpp +FILE: ../../../third_party/skia/src/gpu/ops/AtlasPathRenderer.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathInnerTriangulateOp.cpp FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathInnerTriangulateOp.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrTessellationPathRenderer.cpp