From 116486c52a570991970431d25f0a53ffde2f33a7 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 15 Aug 2019 17:42:32 -0400 Subject: [PATCH] Roll src/third_party/skia e5dc1ebc864a..963a606677e1 (14 commits) (#11032) https://skia.googlesource.com/skia.git/+log/e5dc1ebc864a..963a606677e1 git log e5dc1ebc864a..963a606677e1 --date=short --no-merges --format='%ad %ae %s' 2019-08-15 mtklein@google.com roll cast toolchain 2019-08-15 brianosman@google.com Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs"" 2019-08-15 bungeman@google.com Remove paint from simplifyTextBlobIgnoringRSXForm. 2019-08-15 ethannicholas@google.com Revert "Revert "unified Vulkan uniform buffers"" 2019-08-15 halcanary@google.com SkMallocPixelRef: remove MakeDirect and MakeWithProc from API. 2019-08-15 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-08-15 robertphillips@google.com Revert "Go back to blacklisting MSAA on all Intel GPUs" 2019-08-15 herb@google.com Add empty check for mask case. Small cleanups elsewhere. 2019-08-15 bungeman@google.com Restore SkFontMetrics documentation. 2019-08-15 bsalomon@google.com Turn off -Wreturn-std-move-in-c++11 2019-08-15 brianosman@google.com Go back to blacklisting MSAA on all Intel GPUs 2019-08-15 brianosman@google.com Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap 2019-08-15 michaelludwig@google.com Add helpers for creating new contexts 2019-08-15 rmistry@google.com [perf_skottiewasm_lottieweb] Increase loops to 5 Created with: gclient setdep -r src/third_party/skia@963a606677e1 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. Bug: None TBR=scroggo@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 518aa51bc..c87a6f2bb 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': 'e5dc1ebc864a87d16a32f8cabbe0afde6c364b93', + 'skia_revision': '963a606677e1cfe4deb2d0520d1871b018673e1d', # 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 cbabfb115..1de2d58bc 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: fb3be43a6ece3d385b5995264c4f24c3 +Signature: b0d5a4e8062ad80c18fe150355241da1 UNUSED LICENSES: @@ -3965,7 +3965,6 @@ FILE: ../../../third_party/skia/docs/examples/ImageInfo_validRowBytes.cpp FILE: ../../../third_party/skia/docs/examples/ImageInfo_width.cpp FILE: ../../../third_party/skia/docs/examples/Image_Filter_Methods.cpp FILE: ../../../third_party/skia/docs/examples/Image_MakeBackendTextureFromSkImage.cpp -FILE: ../../../third_party/skia/docs/examples/Image_MakeCrossContextFromEncoded.cpp FILE: ../../../third_party/skia/docs/examples/Image_MakeCrossContextFromPixmap.cpp FILE: ../../../third_party/skia/docs/examples/Image_MakeFromAdoptedTexture.cpp FILE: ../../../third_party/skia/docs/examples/Image_MakeFromBitmap.cpp @@ -4697,6 +4696,7 @@ FILE: ../../../third_party/skia/gm/crbug_918512.cpp FILE: ../../../third_party/skia/gm/labyrinth.cpp FILE: ../../../third_party/skia/gm/preservefillrule.cpp FILE: ../../../third_party/skia/gm/tilemodes_alpha.cpp +FILE: ../../../third_party/skia/src/core/SkPixelRefPriv.h FILE: ../../../third_party/skia/src/gpu/GrPersistentCacheUtils.h FILE: ../../../third_party/skia/src/gpu/ccpr/GrSampleMaskProcessor.cpp FILE: ../../../third_party/skia/src/gpu/ccpr/GrSampleMaskProcessor.h -- GitLab