Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit

Permalink
Roll src/third_party/skia 2cd5d43..d58b643 (21 commits) (#15707)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/2cd5d43f022c..d58b643f10f5

git log 2cd5d43..d58b643 --date=short --first-parent --format='%ad %ae %s'
2020-01-16 reed@google.com undo SkMatrix() cast -- must be done by sksl machine
2020-01-16 egdaniel@google.com Remove GrPixelConfig from validateSurfaceParams
2020-01-16 egdaniel@google.com Pass in a GrColorType into our Copy call.
2020-01-16 mtklein@google.com little debug/profiling tool cleanups
2020-01-16 bungeman@google.com Avoid BOT/EOT setting in HarfBuzz.
2020-01-16 fmalita@chromium.org [skottie] Refactor property animators
2020-01-16 herb@google.com Isolate updating grTextStrike
2020-01-16 csmartdalton@google.com Add a --scale flag to skpbench
2020-01-16 reed@google.com Make converting from 4x4 to 3x3 explicit
2020-01-16 bsalomon@google.com Disallow GrTextureDomain::kIgnore_Mode in SkGpuBlurUtils::GaussianBlur.
2020-01-16 jvanverth@google.com Reland "Reland "Add new method for storing DrawOpAtlas texture index.""
2020-01-16 robertphillips@google.com Add SkImage::CompressionType::kBC1_RGBA8_UNORM support
2020-01-16 csmartdalton@google.com Fix single-pass tessellator wedges
2020-01-16 michaelludwig@google.com Re-enable QCOM_tiled_rendering, but check for gl functions
2020-01-16 mtklein@google.com DCI-P3 -> Display P3 in Skia
2020-01-16 herb@google.com Make glyph paths calculation positions from original data
2020-01-16 reed@google.com mark all exerimental (3d) apis as such
2020-01-16 mtklein@google.com add new debug/profiling mechanism
2020-01-16 mtklein@google.com purge all old debug hooks
2020-01-16 reed@google.com Expose camera matrix in SkCanvas
2020-01-16 csmartdalton@google.com Rewrite tessellation wedge generation to be done in a single pass

Created with:
  gclient setdep -r src/third_party/skia@d58b643f10f5

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 mtklein@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: mtklein@google.com
  • Loading branch information
skia-flutter-autoroll authored Jan 17, 2020
1 parent 2c64a06 commit 77d18d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '2cd5d43f022caeb462d3d6519cafbf38d166354a',
'skia_revision': 'd58b643f10f5e2f8fc9273865a6a5c7929ba20ad',

# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the
Expand Down
8 changes: 5 additions & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: daf7414f9d4d0fe29ac09aba866fe9dc
Signature: a45e8cb586951e2210be9bcf9d3beae2

UNUSED LICENSES:

Expand Down Expand Up @@ -5085,8 +5085,6 @@ FILE: ../../../third_party/skia/src/gpu/effects/generated/GrComposeLerpEffect.cp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrComposeLerpEffect.h
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrComposeLerpRedEffect.cpp
FILE: ../../../third_party/skia/src/gpu/effects/generated/GrComposeLerpRedEffect.h
FILE: ../../../third_party/skia/src/gpu/tessellate/GrCenterWedgePatchGen.cpp
FILE: ../../../third_party/skia/src/gpu/tessellate/GrCenterWedgePatchGen.h
FILE: ../../../third_party/skia/src/gpu/tessellate/GrCoverShader.cpp
FILE: ../../../third_party/skia/src/gpu/tessellate/GrCoverShader.h
FILE: ../../../third_party/skia/src/gpu/tessellate/GrGpuTessellationPathRenderer.cpp
Expand Down Expand Up @@ -5568,13 +5566,17 @@ FILE: ../../../third_party/skia/gm/bicubic.cpp
FILE: ../../../third_party/skia/gm/compressed_textures.cpp
FILE: ../../../third_party/skia/gm/strokerect_anisotropic.cpp
FILE: ../../../third_party/skia/include/private/SkM44.h
FILE: ../../../third_party/skia/modules/skottie/src/Animator.cpp
FILE: ../../../third_party/skia/modules/skottie/src/Animator.h
FILE: ../../../third_party/skia/modules/skottie/src/Camera.cpp
FILE: ../../../third_party/skia/modules/skottie/src/Camera.h
FILE: ../../../third_party/skia/modules/skottie/src/Transform.cpp
FILE: ../../../third_party/skia/modules/skottie/src/Transform.h
FILE: ../../../third_party/skia/samplecode/Sample3D.cpp
FILE: ../../../third_party/skia/src/core/SkCanvasMatrix.h
FILE: ../../../third_party/skia/src/core/SkM44.cpp
FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathParser.cpp
FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathParser.h
----------------------------------------------------------------------------------------------------
Copyright 2020 Google Inc.

Expand Down

0 comments on commit 77d18d3

Please sign in to comment.