From 8eaa989cded65149b695e60ca0d2dafbe98bfe25 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 25 Aug 2021 14:43:09 +0000 Subject: [PATCH] Roll Skia from 0305e86ee48c to 1e16937f4734 (2 revisions) https://skia.googlesource.com/skia.git/+log/0305e86ee48c..1e16937f4734 2021-08-25 egdaniel@google.com Add more flexibility to GrVkRT to support DMSAA. 2021-08-25 michaelludwig@google.com Move GrBlockAllocator and GrTBlockList to src/core/ 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 herb@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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index 77a7cd75cdfa5..4522b8ca1b9b1 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': '0305e86ee48c3b858979a15930dc7a2144d01169', + 'skia_revision': '1e16937f4734bf736131ec9b6fe7dad8fed46720', # 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 3aef8457fc5c2..1f5c37dea31fb 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 55e93efc47650f0c0a05fa8bf7bb6a92 +Signature: 700a0cba349ba7128678bdd89ab15911 UNUSED LICENSES: @@ -3663,6 +3663,8 @@ FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_cap FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp FILE: ../../../third_party/skia/samplecode/SampleMaterialShadows.cpp FILE: ../../../third_party/skia/src/core/SkASAN.h +FILE: ../../../third_party/skia/src/core/SkBlockAllocator.cpp +FILE: ../../../third_party/skia/src/core/SkBlockAllocator.h FILE: ../../../third_party/skia/src/core/SkIDChangeListener.cpp FILE: ../../../third_party/skia/src/core/SkMatrixProvider.h FILE: ../../../third_party/skia/src/core/SkRuntimeEffectPriv.h @@ -3674,8 +3676,6 @@ FILE: ../../../third_party/skia/src/gpu/GrBackendSurfaceMutableState.cpp FILE: ../../../third_party/skia/src/gpu/GrBackendSurfaceMutableStateImpl.h FILE: ../../../third_party/skia/src/gpu/GrBackendUtils.cpp FILE: ../../../third_party/skia/src/gpu/GrBackendUtils.h -FILE: ../../../third_party/skia/src/gpu/GrBlockAllocator.cpp -FILE: ../../../third_party/skia/src/gpu/GrBlockAllocator.h FILE: ../../../third_party/skia/src/gpu/GrDDLTask.cpp FILE: ../../../third_party/skia/src/gpu/GrDDLTask.h FILE: ../../../third_party/skia/src/gpu/GrManagedResource.cpp @@ -6504,6 +6504,7 @@ FILE: ../../../third_party/skia/src/core/SkImageInfo.cpp FILE: ../../../third_party/skia/src/core/SkRasterClip.cpp FILE: ../../../third_party/skia/src/core/SkRasterClip.h FILE: ../../../third_party/skia/src/core/SkStrikeCache.h +FILE: ../../../third_party/skia/src/core/SkTBlockList.h FILE: ../../../third_party/skia/src/gpu/GrBufferAllocPool.cpp FILE: ../../../third_party/skia/src/gpu/GrBufferAllocPool.h FILE: ../../../third_party/skia/src/gpu/GrClip.h @@ -6513,7 +6514,6 @@ FILE: ../../../third_party/skia/src/gpu/GrGlyph.h FILE: ../../../third_party/skia/src/gpu/GrGpu.cpp FILE: ../../../third_party/skia/src/gpu/GrRectanizer.h FILE: ../../../third_party/skia/src/gpu/GrRectanizerPow2.cpp -FILE: ../../../third_party/skia/src/gpu/GrTBlockList.h FILE: ../../../third_party/skia/src/gpu/GrVertexWriter.h FILE: ../../../third_party/skia/src/gpu/SkGr.cpp FILE: ../../../third_party/skia/src/gpu/geometry/GrRect.h