From 2ab34e4da16a3492946f81b76a4950c2c42ec358 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 3 Jun 2019 18:36:22 -0400 Subject: [PATCH] Roll src/third_party/skia 80f10d2c226a..30e918d9151d (9 commits) (#9174) https://skia.googlesource.com/skia.git /%2Blog/80f10d2c226a..30e918d9151d git log 80f10d2c226a21606cb74c35f7e94b1de4bf4bd5..30e918d9151df57c565002c5a7490bd0d86b1223 --date=short --no-merges --format=%ad %ae %s 2019-06-03 bungeman@google.com Revert "Use DirectWrite for default font." 2019-06-03 mtklein@google.com best guess for -MSRTC bot 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-03 mtklein@google.com fix SKVM_ benches 2019-06-03 robertphillips@google.com Disable RGBA_F32 mipmap testing for all of openGL ES 2019-05-29 mtklein@google.com sketch an skvm 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-06-03 kjlubick@google.com [canvaskit] Save a copy by using SkVertices::Builder 2019-06-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 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 (jcgregorio@google.com), and stop the roller if necessary. --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 8792729bf..f7d329552 100644 --- a/DEPS +++ b/DEPS @@ -23,7 +23,7 @@ vars = { 'fuchsia_git': 'https://fuchsia.googlesource.com', 'github_git': 'https://github.com', 'skia_git': 'https://skia.googlesource.com', - 'skia_revision': '80f10d2c226a21606cb74c35f7e94b1de4bf4bd5', + 'skia_revision': '30e918d9151df57c565002c5a7490bd0d86b1223', # 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 ba0eec014..078d4ec43 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 5cd62fdc4723bca36eae3a03b3fa8a5a +Signature: 7886c9b4a48c9ce3afd090e9b4598e89 UNUSED LICENSES: @@ -5343,8 +5343,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/bench/SkVMBench.cpp + ../../../third_party/skia/LICENSE TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/bench/SkVMBench.cpp FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.cpp FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoDecoder.h FILE: ../../../third_party/skia/experimental/ffmpeg/SkVideoEncoder.cpp @@ -5424,6 +5425,7 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCommandBuffer.mm FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlDepthStencil.h FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h +FILE: ../../../third_party/skia/src/opts/SkVM_opts.h FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h FILE: ../../../third_party/skia/src/sksl/SkSLOutputStream.cpp FILE: ../../../third_party/skia/src/utils/SkCharToGlyphCache.cpp @@ -5486,6 +5488,8 @@ FILE: ../../../third_party/skia/modules/particles/src/SkParticleDrawable.cpp FILE: ../../../third_party/skia/modules/particles/src/SkParticleEffect.cpp FILE: ../../../third_party/skia/modules/particles/src/SkReflected.cpp FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h +FILE: ../../../third_party/skia/src/core/SkVM.cpp +FILE: ../../../third_party/skia/src/core/SkVM.h FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.cpp FILE: ../../../third_party/skia/src/gpu/GrShaderUtils.h FILE: ../../../third_party/skia/src/gpu/effects/GrColorMatrixFragmentProcessor.fp -- GitLab