mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 2cd5d43f022c..d58b643f10f5 (21 commits) (flutter/engine#15707)
https://skia.googlesource.com/skia.git/+log/2cd5d43f022c..d58b643f10f5 git log 2cd5d43f022c..d58b643f10f5 --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
This commit is contained in:
parent
c9f71542d1
commit
a4db366459
2
DEPS
2
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': '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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: daf7414f9d4d0fe29ac09aba866fe9dc
|
||||
Signature: a45e8cb586951e2210be9bcf9d3beae2
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -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
|
||||
@ -5568,6 +5566,8 @@ 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
|
||||
@ -5575,6 +5575,8 @@ 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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user