From 79b318b1edbd65fd5898a04ba4695fc40850cbcd Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 15 Mar 2021 22:35:55 +0000 Subject: [PATCH] Roll Skia from 4fb13e026b6b to 1aa25c3217b6 (25 revisions) https://skia.googlesource.com/skia.git/+log/4fb13e026b6b..1aa25c3217b6 2021-03-15 reed@google.com Add bench for skparagraph 2021-03-15 johnstiles@google.com Revert "Inline functions of the form 'return (expr)' only." 2021-03-15 jvanverth@google.com Only include header once in combined MSL shader. 2021-03-15 bsalomon@google.com Add GM that tests GPU blur with very large sigmas. 2021-03-15 robertphillips@google.com Revert "remove the OpMemoryPool" 2021-03-15 ethannicholas@google.com Revert "Refactored SPIR-V RelaxedPrecision handling" 2021-03-15 ethannicholas@google.com Refactored SPIR-V RelaxedPrecision handling 2021-03-15 johnstiles@google.com Inline functions of the form 'return (expr)' only. 2021-03-15 johnstiles@google.com Disable OutParams test on GPU. 2021-03-15 brianosman@google.com Reland "On NVIDIA + ANGLE, test 4x MSAA, not 8x" 2021-03-15 adlai@google.com Remove fAssignedSurface from GrResourceAllocator::Interval 2021-03-15 herb@google.com remove the OpMemoryPool 2021-03-15 brianosman@google.com Revert "On NVIDIA + ANGLE, test 4x MSAA, not 8x" 2021-03-15 brianosman@google.com On NVIDIA + ANGLE, test 4x MSAA, not 8x 2021-03-15 johnstiles@google.com Update simple gradient functions to use only a single return. 2021-03-15 brianosman@google.com Force global initializers to be constant expressions 2021-03-15 jvanverth@google.com Merge MSL vertex and fragment shaders into one string before compiling. 2021-03-15 johnstiles@google.com Add 'kOnlySingleReturn' complexity type to the Inliner. 2021-03-15 adlai@google.com Remove fFreeIntervalList from GrResourceAllocator 2021-03-15 herb@google.com remove unused code SkGlyphIDSet 2021-03-15 robertphillips@google.com Switch GrTextureFreedMessages over to using DirectContextIDs 2021-03-15 egdaniel@google.com Have GrVkTexture not derive from GrVkImage. 2021-03-15 westont@google.com [infra] Add initial job for testing on Apple M1. 2021-03-15 johnstiles@google.com Remove obsolete TODO. 2021-03-15 adlai@google.com Track number of render passes in GR_GPU_STATS 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 michaelludwig@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 999d336edee00..b53e5244ee47f 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': '4fb13e026b6b26e7714421b463b5d37ea9709ef5', + 'skia_revision': '1aa25c3217b64a6edfe97cf26aeb917f46f05c52', # 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 dcf996306befe..393883a5d2fe3 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 96d72ef81a389f349218327a68657c8f +Signature: ca1ea7a303956e5e765eac6a890363c4 UNUSED LICENSES: @@ -2009,6 +2009,7 @@ FILE: ../../../third_party/skia/bench/LineBench.cpp FILE: ../../../third_party/skia/bench/Matrix44Bench.cpp FILE: ../../../third_party/skia/bench/MatrixConvolutionBench.cpp FILE: ../../../third_party/skia/bench/MorphologyBench.cpp +FILE: ../../../third_party/skia/bench/ParagraphBench.cpp FILE: ../../../third_party/skia/bench/RTreeBench.cpp FILE: ../../../third_party/skia/bench/RefCntBench.cpp FILE: ../../../third_party/skia/bench/TableBench.cpp