From b4ae1aaceb7e3c3df508085968c79ef97d8bc4ca Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 23 Mar 2020 21:12:07 +0000 Subject: [PATCH] Roll src/third_party/skia 165b68ebb6ad..3c358420df4a (5 commits) https://skia.googlesource.com/skia.git/+log/165b68ebb6ad..3c358420df4a git log 165b68ebb6ad..3c358420df4a --date=short --first-parent --format='%ad %ae %s' 2020-03-23 brianosman@google.com Support for custom vertex data in SkSL and drawVertices 2020-03-23 reed@google.com add loadF() and storeF() helpers to Builder 2020-03-23 egdaniel@google.com Add GrD3DCommandList class. 2020-03-23 brianosman@google.com Remove workaround for ANGLE + NVPR + Persistent Shader Cache 2020-03-23 robertphillips@google.com Revert "Make TessellationTestOp and GrPipelineDynamicStateTestOp surface their programInfos at record time" Created with: gclient setdep -r src/third_party/skia@3c358420df4a 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 robertphillips@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: robertphillips@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 3588ef2d82b82..a37c5e7a64dd5 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': '165b68ebb6ad21adae9f7a099ee0f78de93e1424', + 'skia_revision': '3c358420df4acd0e4efb57fffc7c1a28e0488da9', # 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 56a39642cd5f9..79349ecfab509 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: e1dd415a23c0d320e1c9a93bebaa9540 +Signature: 5ae073fe9ba4767aae57b5f1ca3988b7 UNUSED LICENSES: @@ -3906,6 +3906,8 @@ FILE: ../../../third_party/skia/src/gpu/GrManagedResource.cpp FILE: ../../../third_party/skia/src/gpu/d3d/GrD3D12.h FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCaps.cpp FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCaps.h +FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCommandList.cpp +FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCommandList.h FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DGpu.cpp FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DGpu.h FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DOpsRenderPass.cpp