From c5a9a94dd1c7c69ea63edb62838573d9b37d5f01 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 17 Dec 2020 19:31:23 +0000 Subject: [PATCH] Roll Skia from 81da68af2ecf to 7b920446a8fc (14 revisions) https://skia.googlesource.com/skia.git/+log/81da68af2ecf..7b920446a8fc 2020-12-17 johnstiles@google.com Replace inliner do-while loops with for loops. 2020-12-17 djsollen@google.com Revert "[svg] Absolute positioning support for text" 2020-12-17 brianosman@google.com New SkSL code generator that emits directly to skvm 2020-12-17 johnstiles@google.com Add support for outerProduct in SPIR-V. 2020-12-17 johnstiles@google.com Fix 4x4 outerProduct, and add unit tests. 2020-12-17 jvanverth@google.com Fix shadow directional light bounds. 2020-12-17 reed@google.com Stash m44 2020-12-17 fmalita@chromium.org [svg] Absolute positioning support for text 2020-12-17 egdaniel@google.com Handle vulkan copies correctly when using resolve attachments. 2020-12-17 vichang@google.com Android: Build skia on top of libicu.so 2020-12-17 reed@google.com Idea: implement drawImageNine by calling drawImageLattice 2020-12-17 reed@google.com Revert "Revert "Reland "Rename getTopDevice/getDevice to topDevice/baseDevice""" 2020-12-17 bsalomon@google.com Fix images used in orientation GMs 2020-12-17 egdaniel@google.com Update creating GrProgramDesc for vulkan resolve loading. 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 tdenniston@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 | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index e1fd68f47ac91..e03a88cfb8735 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': '81da68af2ecf8d5a2d2d066d597bc4e3c5deff92', + 'skia_revision': '7b920446a8fc867306d5d8280645c5c2556923a4', # 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 6d770747286ec..0bef626bce22c 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: ceece42ba6733e04daa71eb6f1f82824 +Signature: 62d6622d6d4d8fba657500dfb0a86473 UNUSED LICENSES: @@ -4018,6 +4018,8 @@ FILE: ../../../third_party/skia/src/sksl/SkSLPool.h FILE: ../../../third_party/skia/src/sksl/SkSLSPIRVtoHLSL.cpp FILE: ../../../third_party/skia/src/sksl/SkSLSPIRVtoHLSL.h FILE: ../../../third_party/skia/src/sksl/SkSLSampleUsage.cpp +FILE: ../../../third_party/skia/src/sksl/SkSLVMGenerator.cpp +FILE: ../../../third_party/skia/src/sksl/SkSLVMGenerator.h 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