From 067c7259a1c2ade80cd9ae0d7c1ae95e38095310 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 10 Mar 2020 17:22:19 +0000 Subject: [PATCH] Roll src/third_party/skia 23899c64e3db..78dac6dcb222 (19 commits) https://skia.googlesource.com/skia.git/+log/23899c64e3db..78dac6dcb222 git log 23899c64e3db..78dac6dcb222 --date=short --first-parent --format='%ad %ae %s' 2020-03-10 csmartdalton@google.com Convert FillRRectOp to the new bind/draw API 2020-03-10 nifong@google.com Clean up Enums in Canvaskit 2020-03-10 borenet@google.com [infra] gen_tasks: fix TODOs in usesDocker() 2020-03-10 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 2020-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5c8f724bfe77..7f81408a3581 (409 commits) 2020-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 0c9b6abde90c..abcc536b6207 (12 commits) 2020-03-10 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader b44162fdbb25..8be72df60462 (1 commits) 2020-03-09 reed@google.com remove unused isAPicture from shaderbase 2020-03-09 fmalita@chromium.org SkShaders::Blend/GPU: treat null inputs as input color 2020-03-09 mtklein@google.com add missing license line to SkVM_opts.h 2020-03-09 fmalita@chromium.org Remove SkMaskFilter::makeWithMatrix() 2020-03-09 nifong@google.com Add a canvas test to make and draw SkVertices 2020-03-09 scroggo@google.com Reland "Split building encoding from decoding" 2020-03-09 egdaniel@google.com Add d3d support for creating command lists. 2020-03-09 fmalita@chromium.org [skottie] Defibrillate wipe effects 2020-03-09 fmalita@chromium.org [skottie] KeyframeAnimator builders 2020-03-09 scroggo@google.com Update SkWebpEncoder.cpp's copyright notice 2020-03-09 kjlubick@google.com [canvaskit] Update dash example link to use new API. 2020-03-09 nifong@google.com Fix deprecated names Created with: gclient setdep -r src/third_party/skia@78dac6dcb222 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 brianosman@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/+/master/autoroll/README.md Bug: None Tbr: brianosman@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 7 +++---- sky/packages/sky_engine/LICENSE | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index aad569b568b9f..ed38328bdf897 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': '23899c64e3db9378bcc3a960962777f1a5c49ab4', + 'skia_revision': '78dac6dcb222b38234d20b3deab68af1bff6b6e3', # 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 0c7281591b920..3c4530a642bd9 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 3e8453212934f21efae403dc1d9a1abc +Signature: b6d5bdb0bb5b9596edb4fa3facb21f23 UNUSED LICENSES: @@ -173,7 +173,6 @@ USED LICENSES: ==================================================================================================== LIBRARY: etc1 -LIBRARY: skia LIBRARY: vulkan ORIGIN: ../../../flutter/third_party/txt/LICENSE TYPE: LicenseType.apache @@ -185,7 +184,6 @@ FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_ios.h FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_macos.h FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_win32.h FILE: ../../../third_party/skia/include/third_party/vulkan/vulkan/vulkan_xcb.h -FILE: ../../../third_party/skia/src/images/SkWebpEncoder.cpp FILE: ../../../third_party/skia/third_party/etc1/etc1.cpp FILE: ../../../third_party/skia/third_party/etc1/etc1.h ---------------------------------------------------------------------------------------------------- @@ -1424,7 +1422,6 @@ FILE: ../../../third_party/skia/specs/web-img-decode/current/index.html FILE: ../../../third_party/skia/specs/web-img-decode/proposed/impl/impl.js FILE: ../../../third_party/skia/specs/web-img-decode/proposed/index.html FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h -FILE: ../../../third_party/skia/src/opts/SkVM_opts.h FILE: ../../../third_party/skia/src/ports/SkTLS_pthread.cpp FILE: ../../../third_party/skia/src/ports/SkTLS_win.cpp FILE: ../../../third_party/skia/src/sksl/lex/sksl.lex @@ -5341,6 +5338,7 @@ FILE: ../../../third_party/skia/docs/examples/zero_off_dashing.cpp FILE: ../../../third_party/skia/src/gpu/tessellate/GrFillPathShader.cpp FILE: ../../../third_party/skia/src/gpu/tessellate/GrFillPathShader.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathShader.h +FILE: ../../../third_party/skia/src/opts/SkVM_opts.h ---------------------------------------------------------------------------------------------------- Copyright 2020 Google LLC. @@ -6568,6 +6566,7 @@ FILE: ../../../third_party/skia/src/core/SkScalar.cpp FILE: ../../../third_party/skia/src/core/SkTextFormatParams.h FILE: ../../../third_party/skia/src/images/SkJPEGWriteUtility.cpp FILE: ../../../third_party/skia/src/images/SkJPEGWriteUtility.h +FILE: ../../../third_party/skia/src/images/SkWebpEncoder.cpp FILE: ../../../third_party/skia/src/pdf/SkDeflate.cpp FILE: ../../../third_party/skia/src/pdf/SkDeflate.h FILE: ../../../third_party/skia/src/pdf/SkPDFFormXObject.cpp diff --git a/sky/packages/sky_engine/LICENSE b/sky/packages/sky_engine/LICENSE index 17f306abefc94..1e9e4098040f3 100644 --- a/sky/packages/sky_engine/LICENSE +++ b/sky/packages/sky_engine/LICENSE @@ -515,7 +515,6 @@ boringssl engine etc1 observatory_pub_packages -skia txt vulkan wuffs