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

Commit

Permalink
Roll Skia from 5696bcd0f7f8 to bdfd77616177 (5 revisions)
Browse files Browse the repository at this point in the history
https://skia.googlesource.com/skia.git/+log/5696bcd0f7f8..bdfd77616177

2021-05-18 [email protected] Optimize reading from a JS array
2021-05-18 [email protected] Make it possible to use the DSL from within the compiler itself
2021-05-18 [email protected] [androidkit] Add support for Skottie animations
2021-05-18 [email protected] Remove wgpu::Fence object from Dawn backend.
2021-05-18 [email protected] [androidkit] use cube face normals to prioritize cube face draws

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 [email protected] 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/master/autoroll/README.md
  • Loading branch information
skia-flutter-autoroll committed May 18, 2021
1 parent ca89d69 commit 29411c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '5696bcd0f7f8ea278234923f2284471a7598d9c3',
'skia_revision': 'bdfd776161778d27c0fbdee7f11fbdcb85c54f5c',

# 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
6 changes: 5 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 5cb111551d87453904843045bfded534
Signature: 340a6d70469452c13fb3a649c639f74e

UNUSED LICENSES:

Expand Down Expand Up @@ -3959,10 +3959,12 @@ FILE: ../../../third_party/skia/modules/androidkit/src/Matrix.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/Paint.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/RuntimeShaderBuilder.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/Shader.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/SkottieAnimation.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/Surface.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/Surface.h
FILE: ../../../third_party/skia/modules/androidkit/src/SurfaceThread.cpp
FILE: ../../../third_party/skia/modules/androidkit/src/SurfaceThread.h
FILE: ../../../third_party/skia/modules/androidkit/src/Utils.h
FILE: ../../../third_party/skia/modules/skottie/src/effects/FractalNoiseEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/SphereEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/ThresholdEffect.cpp
Expand Down Expand Up @@ -5542,6 +5544,7 @@ FILE: ../../../third_party/skia/src/gpu/tessellate/GrStrokeFixedCountTessellator
FILE: ../../../third_party/skia/src/gpu/tessellate/GrStrokeFixedCountTessellator.h
FILE: ../../../third_party/skia/src/gpu/tessellate/GrStrokeTessellator.h
FILE: ../../../third_party/skia/src/sksl/SkSLMangler.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLParsedModule.h
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCase.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
Expand All @@ -5550,6 +5553,7 @@ FILE: ../../../third_party/skia/src/sksl/dsl/DSLRuntimeEffects.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLFPs.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLFPs.h
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp
FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariable.cpp
----------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 29411c4

Please sign in to comment.