mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 9b59953e77b9..d78a9b45b9e5 (23 commits) (flutter/engine#14516)
https://skia.googlesource.com/skia.git/+log/9b59953e77b9..d78a9b45b9e5 git log 9b59953e77b9..d78a9b45b9e5 --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
This commit is contained in:
parent
19ccbf83fa
commit
2dc224f3fe
2
DEPS
2
DEPS
@ -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': '9b59953e77b96b85abcbfe1988cc8a3c49ab5dcd',
|
||||
'skia_revision': 'd78a9b45b9e56bad3055f8957368f45ca1175592',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 2461e804dabf60a3bd139b1d1aaa3255
|
||||
Signature: 1e6fcdddc72ce369432b8ef3f4d067d5
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -633,8 +633,6 @@ FILE: ../../../third_party/skia/src/gpu/GrSurfaceProxy.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSwizzle.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureAdjuster.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureAdjuster.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureContext.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureContext.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureMaker.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureMaker.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTextureProducer.cpp
|
||||
@ -2963,6 +2961,8 @@ FILE: ../../../third_party/skia/src/core/SkColorFilterPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.h
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.h
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkImageFilters.cpp
|
||||
@ -3542,7 +3542,6 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUniformHandler.mm
|
||||
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlVaryingHandler.h
|
||||
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlVaryingHandler.mm
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrClearStencilClipOp.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrDebugMarkerOp.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrDrawableOp.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrDrawableOp.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrFillRRectOp.cpp
|
||||
@ -3870,7 +3869,6 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlTrampoline.mm
|
||||
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.h
|
||||
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlUtil.mm
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrClearOp.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrDebugMarkerOp.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrSimpleMeshDrawOpHelper.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ops/GrStencilPathOp.cpp
|
||||
@ -5041,15 +5039,6 @@ FILE: ../../../third_party/skia/docs/examples/Typeface_Methods.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/Xor.cpp
|
||||
FILE: ../../../third_party/skia/docs/examples/incomplete.cpp
|
||||
FILE: ../../../third_party/skia/experimental/minimal_ios_mtl_skia_app/main.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkAnimationDraw.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkMetalViewBridge.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkMetalViewBridge.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkTimeKeeper.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieMtkView.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieMtkView.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieUIView.h
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/SkottieUIView.mm
|
||||
FILE: ../../../third_party/skia/experimental/skottie_ios/main.mm
|
||||
FILE: ../../../third_party/skia/experimental/xform/SkShape.cpp
|
||||
FILE: ../../../third_party/skia/experimental/xform/SkShape.h
|
||||
FILE: ../../../third_party/skia/experimental/xform/SkXform.cpp
|
||||
@ -5223,7 +5212,6 @@ FILE: ../../../third_party/skia/fuzz/FuzzEncoders.cpp
|
||||
FILE: ../../../third_party/skia/fuzz/FuzzPolyUtils.cpp
|
||||
FILE: ../../../third_party/skia/modules/canvaskit/canvaskit_bindings.cpp
|
||||
FILE: ../../../third_party/skia/modules/pathkit/pathkit_wasm_bindings.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSkSLFPFactoryCache.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer_none.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2018 Google LLC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user