From f3ee59d3c27977f08691b7d7dfb1f9d92b9737a4 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 30 Nov 2020 18:08:03 +0000 Subject: [PATCH] Roll Skia from 8d78da910e45 to fd41d878b13d (20 revisions) https://skia.googlesource.com/skia.git/+log/8d78da910e45..fd41d878b13d 2020-11-30 johnstiles@google.com Fix SPIR-V and Metal support for enum types. 2020-11-30 johnstiles@google.com Fix SPIR-V compilation error with arrays of samplers. 2020-11-30 johnstiles@google.com Add global struct definitions to SkSL. 2020-11-30 johnstiles@google.com Add unit test for function dead-stripping. 2020-11-30 johnstiles@google.com Add support for enums in Metal code generator. 2020-11-30 johnstiles@google.com Migrate dedicated SPIR-V tests to golden outputs. 2020-11-30 johnstiles@google.com Remove ^^ operator from Metal codegen. 2020-11-30 reed@google.com Don't force linear when extracting miplevel 2020-11-30 robertphillips@google.com Remove SkBaseDevice::flush (take 2) 2020-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 4814bdbdeae4 to d8bb0bb7c735 (4 revisions) 2020-11-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from fcb6b5a5c55e to 59aa1ef1975a (5 revisions) 2020-11-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2020-11-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 5850c748b480 to fcb6b5a5c55e (8 revisions) 2020-11-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 43bb60e1fa11 to 9dff6a3bb595 (1 revision) 2020-11-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 9175f00eec91 to 4814bdbdeae4 (24 revisions) 2020-11-27 reed@google.com restore identity check 2020-11-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 130597e10299 to 5850c748b480 (15 revisions) 2020-11-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 33f29ea9b251 to 9175f00eec91 (8 revisions) 2020-11-26 reed@google.com move local function inside build-flag 2020-11-26 reed@google.com Use sampling inside legacy bitmapprocstate 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 westont@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 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 3ee0d4eef4506..44671dd07ec95 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': '8d78da910e45edd677637455c3af641e51bfe87c', + 'skia_revision': 'fd41d878b13db6572d52b70ef95a4031fdd2448f', # 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 788d0cac15e73..f0b7be4e468b9 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: ce56fa73157dfb94ff3edf0e65cf6627 +Signature: 28d9cb446069e215639711d1535dd1c7 UNUSED LICENSES: @@ -4019,6 +4019,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLSampleUsage.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLInlineMarker.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp +FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLSymbolAlias.h FILE: ../../../third_party/skia/src/utils/SkCustomTypeface.cpp ----------------------------------------------------------------------------------------------------