Skip to content

Commit 30610b3

Browse files
Roll Skia from e2b457ad5fab to 624a529fbd01 (11 revisions)
https://skia.googlesource.com/skia.git/+log/e2b457ad5fab..624a529fbd01 2021-04-16 [email protected] Added an API for creating RuntimeEffects using the SkSL DSL. 2021-04-16 [email protected] Generalize the squircle runtime effect to draw "super rounded rects" 2021-04-16 [email protected] Viewer: apply same transform as slide to dimensions display. 2021-04-16 [email protected] Lower GPU budget to 16MB on some desktop bots 2021-04-16 [email protected] Add halfLeading to TextStyle and StrutStyle: flutter#24668 2021-04-16 [email protected] Fix android framework build in GrVkOpsRenderPass. 2021-04-16 [email protected] Incorporate top-level DSL blocks into fragment processors. 2021-04-16 [email protected] Fix gm dimensions 2021-04-16 [email protected] Use GrVkFramebuffer throughout GrVkOpsRenderPass instead of GrVkRT. 2021-04-16 [email protected] Fix gpuResourceCacheLimit implementation 2021-04-16 [email protected] Expose experimental iterator on SkParagraph 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
1 parent 9483e75 commit 30610b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'e2b457ad5fabcf63484b04d3eb4d9ecdc8c85164',
30+
'skia_revision': '624a529fbd01d282f3c82d771d076df9042c365b',
3131

3232
# When updating the Dart revision, ensure that all entries that are
3333
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 5617bf255d5bb177c53651ea6ddf5908
1+
Signature: a2a21c786b588e24a20ad6aeb9e66657
22

33
UNUSED LICENSES:
44

@@ -5436,6 +5436,7 @@ FILE: ../../../third_party/skia/include/sksl/DSLBlock.h
54365436
FILE: ../../../third_party/skia/include/sksl/DSLCase.h
54375437
FILE: ../../../third_party/skia/include/sksl/DSLErrorHandling.h
54385438
FILE: ../../../third_party/skia/include/sksl/DSLFunction.h
5439+
FILE: ../../../third_party/skia/include/sksl/DSLRuntimeEffects.h
54395440
FILE: ../../../third_party/skia/include/sksl/DSLStatement.h
54405441
FILE: ../../../third_party/skia/src/gpu/GrVertexChunkArray.h
54415442
FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathTessellator.cpp
@@ -5447,6 +5448,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLMangler.cpp
54475448
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp
54485449
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCase.cpp
54495450
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
5451+
FILE: ../../../third_party/skia/src/sksl/dsl/DSLRuntimeEffects.cpp
54505452
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
54515453
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLFPs.cpp
54525454
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLFPs.h

0 commit comments

Comments
 (0)