From 94f91370b1258d0471061deb2d5ff3e4657436e9 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 30 Oct 2020 13:24:33 +0000 Subject: [PATCH] Roll Skia from f548a028ce70 to c21902c0d3cc (46 revisions) https://skia.googlesource.com/skia.git/+log/f548a028ce70..c21902c0d3cc 2020-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from e3eaa60f1faf to 39b777c6f00f (20 revisions) 2020-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 6ce7ceff8d5e to 2357c7350401 (507 revisions) 2020-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 2be25f08deaf to e6c9497255c6 (3 revisions) 2020-10-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from a584311a6a73 to 25eb373eede4 (8 revisions) 2020-10-29 johnstiles@google.com Fix crash when compiling FP files containing the modulo operator. 2020-10-29 michaelludwig@google.com Improve GrTBlockList capabilities/correctness 2020-10-29 johnstiles@google.com Add unit test to demonstrate error with modulo in FP files. 2020-10-29 freiling@google.com [flutter][fuchsia] Enable Effect Deserialization in Flutter on Fuchsia 2020-10-29 ethannicholas@google.com Moved SkSL data back into node classes 2020-10-29 mtklein@google.com remove unimplemented sk_data_new_empty() 2020-10-29 mtklein@google.com fix typo 2020-10-29 johnstiles@google.com Remove pool recycling mechanism. 2020-10-29 egdaniel@google.com Track vulkan memory allocations in UMA. 2020-10-29 johnstiles@google.com Free unused scratch space from idle Pools. 2020-10-29 johnstiles@google.com Reland "Replace pooling mechanism with GrMemoryPool." 2020-10-29 robertphillips@google.com Remove unreliable SW mask caching assert 2020-10-29 egdaniel@google.com Fix gl copyTexSubImage format requirements. 2020-10-29 nigeltao@google.com Fix s/NULL/nullptr/ in src/codec/SkWuffsCodec.cpp 2020-10-29 johnstiles@google.com Revert "Replace pooling mechanism with GrMemoryPool." 2020-10-29 nigeltao@google.com Have SkWuffsCodec speak kRGB_565_SkColorType 2020-10-29 egdaniel@google.com Remove old uma logging from Skia. 2020-10-29 robertphillips@google.com Allow uniqueKey invalidation messages to reach the thread safe cache 2020-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from c1839ee3cedd to 2be25f08deaf (1 revision) 2020-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from ee4e0866cb85 to e3eaa60f1faf (16 revisions) 2020-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 0b545254b82b to 6ce7ceff8d5e (406 revisions) 2020-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 47ee61679da0 to a584311a6a73 (5 revisions) 2020-10-28 johnstiles@google.com Replace pooling mechanism with GrMemoryPool. 2020-10-28 herb@google.com add comments about the use of different subrun types 2020-10-28 johnstiles@google.com Mark IRNode leaf classes as final. 2020-10-28 brianosman@google.com SPIRV: Stop mutating (shared) interface blocks for no reason 2020-10-28 herb@google.com use SkArenaAlloc for combineIfPossible 2020-10-28 bungeman@google.com Roll freetype 0a3d2bb99b45b72e1d45..40c5681ab92e7db1 2020-10-28 tdenniston@google.com Improve var-width miter joins 2020-10-28 egdaniel@google.com Revert "In Vk don't set dynamic blend constant on Pipeline if we don't use it." 2020-10-28 johnstiles@google.com Add `reportLeaks` method to GrMemoryPool. 2020-10-28 michaelludwig@google.com Fix clip shader coverage combining with geometry processor coverage 2020-10-28 mtklein@google.com Revert "SkPathView for ownerless (can live on stack) SkPaths" 2020-10-28 egdaniel@google.com Fix variable name in new uma macro. 2020-10-28 johnstiles@google.com Split the SkSL pool into small and large sections. 2020-10-28 fmalita@chromium.org [svg] Convert text-anchor to a presentation attribute 2020-10-28 tdenniston@google.com Add support for arc-length metric in variable width stroke sample 2020-10-28 johnstiles@google.com Reland "Update the SkSL pool interface to take an allocation size." 2020-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 98c5ff6b49b3 to ee4e0866cb85 (17 revisions) 2020-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 6d5913cebce3 to 0b545254b82b (537 revisions) 2020-10-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 41c24933da1e to 47ee61679da0 (8 revisions) 2020-10-27 herb@google.com switch unique_ptr with deleter to GrMemoryPool 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 jcgregorio@google.com on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 314e3ae11333c..69d806afdcba6 100644 --- a/DEPS +++ b/DEPS @@ -26,7 +26,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': 'f548a028ce702dd6964a26867efce23da5ffd5dd', + 'skia_revision': 'c21902c0d3cc10cf13a8c5dfe9a610dc78e873ae', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index d1c359d80926a..757391d2af495 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 2d36ba0645f8a263bb13b3b06c45282d +Signature: 3ff2360eff86b4fb3039a6bbea3f7134 UNUSED LICENSES: @@ -4006,6 +4006,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLDehydrator.cpp FILE: ../../../third_party/skia/src/sksl/SkSLDehydrator.h FILE: ../../../third_party/skia/src/sksl/SkSLInliner.cpp FILE: ../../../third_party/skia/src/sksl/SkSLInliner.h +FILE: ../../../third_party/skia/src/sksl/SkSLMemoryPool.h FILE: ../../../third_party/skia/src/sksl/SkSLPool.cpp FILE: ../../../third_party/skia/src/sksl/SkSLPool.h FILE: ../../../third_party/skia/src/sksl/SkSLSPIRVtoHLSL.cpp @@ -4145,7 +4146,6 @@ FILE: ../../../third_party/skia/src/core/SkCompressedDataUtils.h FILE: ../../../third_party/skia/src/core/SkM44.cpp FILE: ../../../third_party/skia/src/core/SkMarkerStack.cpp FILE: ../../../third_party/skia/src/core/SkMarkerStack.h -FILE: ../../../third_party/skia/src/core/SkPathView.h FILE: ../../../third_party/skia/src/core/SkVerticesPriv.h FILE: ../../../third_party/skia/src/gpu/GrDynamicAtlas.cpp FILE: ../../../third_party/skia/src/gpu/GrDynamicAtlas.h @@ -5602,7 +5602,6 @@ FILE: ../../../third_party/skia/src/sksl/SkSLModifiersPool.h FILE: ../../../third_party/skia/src/sksl/SkSLRehydrator.cpp FILE: ../../../third_party/skia/src/sksl/SkSLRehydrator.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLConstructor.cpp -FILE: ../../../third_party/skia/src/sksl/ir/SkSLIRNode.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLNodeArrayWrapper.h ---------------------------------------------------------------------------------------------------- Copyright 2020 Google LLC.