From 1259ac9e41b874fe9335ea21499eb7bfe1a0cb32 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 30 Dec 2020 22:26:57 +0000 Subject: [PATCH] Roll Skia from b39d076b6096 to 818fd6d35788 (7 revisions) https://skia.googlesource.com/skia.git/+log/b39d076b6096..818fd6d35788 2020-12-30 brianosman@google.com Disallow while and do-while loops in runtime effects 2020-12-30 egdaniel@google.com Fix vulkan compile for VK_NULL_HANDLE. 2020-12-30 brianosman@google.com Remove use of do-while loops from particle examples 2020-12-30 egdaniel@google.com Add support for manually loading vk resolve in msaa with extra subpass. 2020-12-30 johnstiles@google.com Implement scalar `refract` intrinsic in Metal. 2020-12-30 johnstiles@google.com Implement scalar `reflect` intrinsic in Metal. 2020-12-30 johnstiles@google.com Broaden intrinsic tests to cover more input types. 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 djsollen@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 62b0ba8b90cdf..f40972574ab92 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': 'b39d076b60969e5130e3ddc6ec7c535a86282617', + 'skia_revision': '818fd6d357884a12bac242a8d10bfcbcd19264b7', # 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 43e896d7169ac..76c119e577cb8 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: a303d686607fb871d91140b51b3ecfaa +Signature: 130b3b2e7b6bd9953138a836dfb1f6bb UNUSED LICENSES: @@ -3987,6 +3987,8 @@ FILE: ../../../third_party/skia/src/gpu/geometry/GrShape.cpp FILE: ../../../third_party/skia/src/gpu/geometry/GrShape.h FILE: ../../../third_party/skia/src/gpu/gl/webgl/GrGLMakeNativeInterface_webgl.cpp FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUniformHandler.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkMSAALoadManager.cpp +FILE: ../../../third_party/skia/src/gpu/vk/GrVkMSAALoadManager.h FILE: ../../../third_party/skia/src/gpu/vk/GrVkManagedResource.h FILE: ../../../third_party/skia/src/image/SkRescaleAndReadPixels.cpp FILE: ../../../third_party/skia/src/image/SkRescaleAndReadPixels.h