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 3341934 to a75dc33 (6 revisions)
https://skia.googlesource.com/skia.git/+log/33419346946d..a75dc33a677f

2020-07-24 [email protected] Metal: Hold refs for input buffers from bindBuffer calls.
2020-07-24 [email protected] Reland #3 "ICU API: only in SkParagraph, simplified."
2020-07-24 [email protected] Remove GrTexturePriv
2020-07-24 [email protected] reduce mutex use and switch to spinlock
2020-07-24 [email protected] Make GrRingBuffer more generic so it can be used over all backends
2020-07-24 [email protected] implement working CorrectnessActivity to generate lottie keyframe PNGs

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 Jul 24, 2020
commit d9c53fe1ecf6221453ccf1ef6da006768a7132ee
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': '33419346946dcb6c6384d306011a68f6d09e74e9',
'skia_revision': 'a75dc33a677f130df1b24855df2f30fccb2e5137',

# 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
7 changes: 3 additions & 4 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 0510abef966148a75bdddbd1f615bb6d
Signature: 6fa97ccf305b88851475e533352abcb9

UNUSED LICENSES:

Expand Down Expand Up @@ -1933,7 +1933,6 @@ FILE: ../../../third_party/skia/src/gpu/GrRectanizerSkyline.h
FILE: ../../../third_party/skia/src/gpu/GrResourceCache.cpp
FILE: ../../../third_party/skia/src/gpu/GrResourceCache.h
FILE: ../../../third_party/skia/src/gpu/GrSurfacePriv.h
FILE: ../../../third_party/skia/src/gpu/GrTexturePriv.h
FILE: ../../../third_party/skia/src/gpu/GrTracing.h
FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.h
FILE: ../../../third_party/skia/src/gpu/effects/GrBicubicEffect.cpp
Expand Down Expand Up @@ -3941,8 +3940,6 @@ FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCommandList.cpp
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCommandList.h
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCommandSignature.cpp
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCommandSignature.h
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DConstantRingBuffer.cpp
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DConstantRingBuffer.h
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCpuDescriptorManager.cpp
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DCpuDescriptorManager.h
FILE: ../../../third_party/skia/src/gpu/d3d/GrD3DDescriptorHeap.cpp
Expand Down Expand Up @@ -5296,6 +5293,8 @@ FILE: ../../../third_party/skia/modules/skparagraph/gm/simple_gm.cpp
FILE: ../../../third_party/skia/modules/sksg/include/SkSGGeometryEffect.h
FILE: ../../../third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp
FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp
FILE: ../../../third_party/skia/modules/skshaper/src/SkUnicode.h
FILE: ../../../third_party/skia/modules/skshaper/src/SkUnicode_icu.cpp
FILE: ../../../third_party/skia/samplecode/Sample3D.cpp
FILE: ../../../third_party/skia/samplecode/SampleFitCubicToCircle.cpp
FILE: ../../../third_party/skia/samplecode/SampleSimpleStroker.cpp
Expand Down