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

Commit 46d76eb

Browse files
Roll src/third_party/skia 9b59953..d78a9b4 (23 commits) (#14516)
https://skia.googlesource.com/skia.git/+log/9b59953e77b9..d78a9b45b9e5 git log 9b59953..d78a9b4 --date=short --first-parent --format='%ad %ae %s' 2019-12-16 egdaniel@google.com Fixes to skpbench to actually clean itself up nicely. 2019-12-16 egdaniel@google.com Remove GrTextureContext. 2019-12-16 robertphillips@google.com Spruce up GrDataUtils in preparation for compressed backend texture support 2019-12-16 fmalita@chromium.org Reland "[skottie] Simplify effect builder lookup" 2019-12-16 herb@google.com Make allocation of SkDescriptor do initialization 2019-12-16 halcanary@google.com fix build minimal_ios_mtl_skia_app 2019-12-16 bsalomon@google.com Simplify proxy functionally exact check. 2019-12-16 robertphillips@google.com Add GrCaps::getConfigFromCompressedBackendFormat 2019-12-16 csmartdalton@google.com Include line numbers in Viewer's shader error windows 2019-12-16 brianosman@google.com Runtime SkSL: Disallow 'when', 'tracked', 'key', 'ctype' 2019-12-16 robertphillips@google.com Expand GrGpu::BackendTextureData to include compressed data 2019-12-16 csmartdalton@google.com Add a "conservative raster" flag to GrPipeline 2019-12-16 halcanary@google.com SkMetalDeviceToGrContext: no longer needs any Skia headers 2019-12-16 robertphillips@google.com Switch GrCaps::isFormatCompressed virtual to be 'compressionType' 2019-12-16 herb@google.com Have the fuzzer init the SkDescriptor 2019-12-16 robertphillips@google.com Fix DDL bots 2019-12-16 nihohit@gmail.com remove use_PIC. 2019-12-16 egdaniel@google.com Delete unused GrDebugMarkerOp. 2019-12-16 petar.p.kirov@gmail.com Fix small memory leak in c-api example 2019-12-16 brianosman@google.com Major refactor of runtime effects 2019-12-16 herb@google.com Simplify fRegenFlags 2019-12-16 nigeltao@google.com Have SkWuffsCodec.cpp link to Wuffs API docs 2019-12-16 borenet@google.com Revert "Update SKP version" Created with: gclient setdep -r src/third_party/skia@d78a9b45b9e5 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 borenet@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: borenet@google.com
1 parent 8456411 commit 46d76eb

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '9b59953e77b96b85abcbfe1988cc8a3c49ab5dcd',
29+
'skia_revision': 'd78a9b45b9e56bad3055f8957368f45ca1175592',
3030

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

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 2461e804dabf60a3bd139b1d1aaa3255
1+
Signature: 1e6fcdddc72ce369432b8ef3f4d067d5
22

33
UNUSED LICENSES:
44

@@ -633,8 +633,6 @@ FILE: ../../../third_party/skia/src/gpu/GrSurfaceProxy.h
633633
FILE: ../../../third_party/skia/src/gpu/GrSwizzle.h
634634
FILE: ../../../third_party/skia/src/gpu/GrTextureAdjuster.cpp
635635
FILE: ../../../third_party/skia/src/gpu/GrTextureAdjuster.h
636-
FILE: ../../../third_party/skia/src/gpu/GrTextureContext.cpp
637-
FILE: ../../../third_party/skia/src/gpu/GrTextureContext.h
638636
FILE: ../../../third_party/skia/src/gpu/GrTextureMaker.cpp
639637
FILE: ../../../third_party/skia/src/gpu/GrTextureMaker.h
640638
FILE: ../../../third_party/skia/src/gpu/GrTextureProducer.cpp
@@ -2963,6 +2961,8 @@ FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
29632961
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp
29642962
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h
29652963
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h
2964+
FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp
2965+
FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.h
29662966
FILE: ../../../third_party/skia/src/core/SkVM.cpp
29672967
FILE: ../../../third_party/skia/src/core/SkVM.h
29682968
FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageFilters.cpp
@@ -3542,7 +3542,6 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUniformHandler.mm
35423542
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlVaryingHandler.h
35433543
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlVaryingHandler.mm
35443544
FILE: ../../../third_party/skia/src/gpu/ops/GrClearStencilClipOp.cpp
3545-
FILE: ../../../third_party/skia/src/gpu/ops/GrDebugMarkerOp.cpp
35463545
FILE: ../../../third_party/skia/src/gpu/ops/GrDrawableOp.cpp
35473546
FILE: ../../../third_party/skia/src/gpu/ops/GrDrawableOp.h
35483547
FILE: ../../../third_party/skia/src/gpu/ops/GrFillRRectOp.cpp
@@ -3870,7 +3869,6 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTrampoline.mm
38703869
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.h
38713870
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.mm
38723871
FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.cpp
3873-
FILE: ../../../third_party/skia/src/gpu/ops/GrDebugMarkerOp.h
38743872
FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp
38753873
FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.h
38763874
FILE: ../../../third_party/skia/src/gpu/ops/GrStencilPathOp.cpp
@@ -5041,15 +5039,6 @@ FILE: ../../../third_party/skia/docs/examples/Typeface_Methods.cpp
50415039
FILE: ../../../third_party/skia/docs/examples/Xor.cpp
50425040
FILE: ../../../third_party/skia/docs/examples/incomplete.cpp
50435041
FILE: ../../../third_party/skia/experimental/minimal_ios_mtl_skia_app/main.mm
5044-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkAnimationDraw.h
5045-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkMetalViewBridge.h
5046-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkMetalViewBridge.mm
5047-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkTimeKeeper.h
5048-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieMtkView.h
5049-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieMtkView.mm
5050-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieUIView.h
5051-
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieUIView.mm
5052-
FILE: ../../../third_party/skia/experimental/skottie_ios/main.mm
50535042
FILE: ../../../third_party/skia/experimental/xform/SkShape.cpp
50545043
FILE: ../../../third_party/skia/experimental/xform/SkShape.h
50555044
FILE: ../../../third_party/skia/experimental/xform/SkXform.cpp
@@ -5223,7 +5212,6 @@ FILE: ../../../third_party/skia/fuzz/FuzzEncoders.cpp
52235212
FILE: ../../../third_party/skia/fuzz/FuzzPolyUtils.cpp
52245213
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit_bindings.cpp
52255214
FILE: ../../../third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp
5226-
FILE: ../../../third_party/skia/src/gpu/GrSkSLFPFactoryCache.h
52275215
FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer_none.cpp
52285216
----------------------------------------------------------------------------------------------------
52295217
Copyright 2018 Google LLC

0 commit comments

Comments
 (0)