From 42917704790d29c1c52f371b397fd8bd7b259188 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 6 Aug 2019 18:16:28 -0400 Subject: [PATCH] Roll src/third_party/skia c853bf2867b9..ab961e9db1dd (10 commits) (#10669) https://skia.googlesource.com/skia.git/+log/c853bf2867b9..ab961e9db1dd git log c853bf2867b9..ab961e9db1dd --date=short --no-merges --format='%ad %ae %s' 2019-08-06 bungeman@google.com Use MD instead of MMD for compile dependencies. 2019-08-06 mtklein@google.com begin caching Programs in SkVMBlitter 2019-08-06 csmartdalton@google.com Add a GrTextureResolveManager class 2019-08-06 nihohit@gmail.com Allow compilation without embedded font but with font manager 2019-08-06 mtklein@google.com really no-op Program default constructor 2019-08-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-08-06 csmartdalton@google.com Add a 'closeRenderTasksForNewOpList' method to GrDrawingManager 2019-08-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-08-06 halcanary@google.com SkQP: modify make_universal_apk to work in AOSP branch 2019-08-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@ab961e9db1dd 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=reed@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index d3bd21699..a7826dff9 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': 'c853bf2867b939d8f9c35aa7302bfa2581a0b21b', + 'skia_revision': 'ab961e9db1dd19dfef40dd6b226a7efcad2a0de1', # 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 59e7de2c7..f348aefc6 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 2384f9d6f56bfc0a42feb759dfa47d78 +Signature: 8575bafe337c59c59cdcc6a05097fe70 UNUSED LICENSES: @@ -4835,6 +4835,7 @@ FILE: ../../../third_party/skia/src/gpu/GrRenderTask.h FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h FILE: ../../../third_party/skia/src/gpu/GrSwizzle.cpp +FILE: ../../../third_party/skia/src/gpu/GrTextureResolveManager.h FILE: ../../../third_party/skia/src/gpu/GrUtil.h FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp FILE: ../../../third_party/skia/src/gpu/effects/generated/GrColorMatrixFragmentProcessor.cpp -- GitLab