Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll Skia from db5582b to 44e96be (4 revisions)
https://skia.googlesource.com/skia.git/+log/db5582b71116..44e96bee4b6a

2020-08-31 [email protected] Migrate SkSL Inliner out of IRGenerator and into its own module.
2020-08-31 [email protected] Consolidate image filter evaluation into SkBaseDevice
2020-08-31 [email protected] Add helper function for inlining argument lists.
2020-08-31 [email protected] deserialize drawPoints() mode safely

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 Aug 31, 2020
commit 784c249d76bb1a4fb4803ec44a2960dbe54e0205
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': 'db5582b711167f337daa6f692ac321eb4c39f521',
'skia_revision': '44e96bee4b6aa32c070997d3b990c7ccea3cadd4',

# 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
4 changes: 3 additions & 1 deletion ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 17a006393efa4426a68e2deefb052c3c
Signature: b73bc6d3b087f55663b03074a579ef22

UNUSED LICENSES:

Expand Down Expand Up @@ -3992,6 +3992,8 @@ FILE: ../../../third_party/skia/src/ports/SkNDKConversions.h
FILE: ../../../third_party/skia/src/sksl/SkSLAnalysis.h
FILE: ../../../third_party/skia/src/sksl/SkSLDehydrator.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLDehydrator.h
FILE: ../../../third_party/skia/src/sksl/SkSLInliner.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLInliner.h
FILE: ../../../third_party/skia/src/sksl/SkSLSPIRVtoHLSL.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLSPIRVtoHLSL.h
FILE: ../../../third_party/skia/src/sksl/SkSLSampleUsage.cpp
Expand Down