From c4557f9ef7f81bf62042cc2665e3fc93b7d376aa Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 29 Jul 2021 01:31:26 +0000 Subject: [PATCH] Roll Skia from 17eaf6216046 to 8cd8e27c2ceb (12 revisions) https://skia.googlesource.com/skia.git/+log/17eaf6216046..8cd8e27c2ceb 2021-07-29 csmartdalton@google.com Enable the atlas path renderer for GrAAType::kCoverage 2021-07-28 reed@google.com Move stub methods for updating shader into base 2021-07-28 csmartdalton@google.com Place the atlas path renderer above triangulation in the chain 2021-07-28 csmartdalton@google.com Limit the max atlas path width to 1024 2021-07-28 csmartdalton@google.com Remove uber paths from the tessellation atlas 2021-07-28 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-07-28 herb@google.com remove unused uniforms from update 2021-07-28 brianosman@google.com Fix SkTLList::popTail 2021-07-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 87274fcd2b55 to 7159a93d57df 2021-07-28 robertphillips@google.com Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext 2021-07-28 jcgregorio@google.com [switchboard] Switch S20s over to arm64 RPis. 2021-07-28 herb@google.com draw vertices: fast triangles using a shader 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 kjlubick@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/main/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index e7170f0f9c00d..41b38474395d3 100644 --- a/DEPS +++ b/DEPS @@ -27,7 +27,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': '17eaf6216046fba422081c8bb4d5580008ab283e', + 'skia_revision': '8cd8e27c2ceb886ec7fb1e91afcd641cf7e7d175', # 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 5105757238c9e..7b46dc4d11ac9 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 1e1d0c8c07e06469a925dbc9429a6875 +Signature: 54b83f5f0d06d2dc0664aafbd16d5b48 UNUSED LICENSES: @@ -2463,8 +2463,6 @@ FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.cpp FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.h FILE: ../../../third_party/skia/src/gpu/GrSamplerState.h FILE: ../../../third_party/skia/src/gpu/GrSimpleMesh.h -FILE: ../../../third_party/skia/src/gpu/GrSurfaceDrawContext.cpp -FILE: ../../../third_party/skia/src/gpu/GrSurfaceDrawContext.h FILE: ../../../third_party/skia/src/gpu/GrTTopoSort.h FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp FILE: ../../../third_party/skia/src/gpu/GrTestUtils.h @@ -2521,6 +2519,8 @@ FILE: ../../../third_party/skia/src/gpu/text/GrTextBlob.h FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.cpp FILE: ../../../third_party/skia/src/gpu/text/GrTextBlobCache.h FILE: ../../../third_party/skia/src/gpu/v1/Device_drawTexture.cpp +FILE: ../../../third_party/skia/src/gpu/v1/SurfaceDrawContext.cpp +FILE: ../../../third_party/skia/src/gpu/v1/SurfaceDrawContext_v1.h FILE: ../../../third_party/skia/src/gpu/vk/GrVkAttachment.cpp FILE: ../../../third_party/skia/src/gpu/vk/GrVkAttachment.h FILE: ../../../third_party/skia/src/gpu/vk/GrVkCaps.cpp @@ -4070,6 +4070,8 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlRenderCommandEncoder.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrAtlasRenderTask.cpp FILE: ../../../third_party/skia/src/gpu/tessellate/GrAtlasRenderTask.h FILE: ../../../third_party/skia/src/gpu/tessellate/GrCullTest.h +FILE: ../../../third_party/skia/src/shaders/SkTransformShader.cpp +FILE: ../../../third_party/skia/src/shaders/SkTransformShader.h FILE: ../../../third_party/skia/src/utils/SkOrderedFontMgr.cpp ---------------------------------------------------------------------------------------------------- Copyright 2021 Google Inc.