mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia 9c1d30dd163e..9ae06637d069 (24 commits) (flutter/engine#16158)
https://skia.googlesource.com/skia.git/+log/9c1d30dd163e..9ae06637d069 git log 9c1d30dd163e..9ae06637d069 --date=short --first-parent --format='%ad %ae %s' 2020-01-28 mtklein@google.com add --skvm to DM 2020-01-28 kjlubick@google.com Fix wasm builds 2020-01-28 senorblanco@chromium.org Roll dawn and adjust for new SwapChain API. 2020-01-28 bsalomon@google.com Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs. 2020-01-28 reed@google.com Experimental coretext backend for SkShaper 2020-01-28 jlavrova@google.com Skip vertical clipping in unclear case of font height=font size 2020-01-28 kjlubick@google.com [canvaskit] Update build script to support latest Emscripten 2020-01-28 robertphillips@google.com Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types (take 2) 2020-01-28 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps 2020-01-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 82459860eaf4..77c4d4c42f40 (425 commits) 2020-01-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 748ad200897b..34e16df059f8 (6 commits) 2020-01-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 fcef6dcb6ab2..086aded3cb74 (9 commits) 2020-01-28 bsalomon@google.com Fix bug in NPOT shader wrap mode impl 2020-01-28 brianosman@google.com Revert "In GrSkSLFP, always use a coord transform" 2020-01-27 jlavrova@google.com Dealing with SkScalar values in cache 2020-01-27 fmalita@chromium.org [skottie] Switch SkMatrix44 -> SkM44 2020-01-27 reed@google.com don't need to include deprecated Sk3D.h 2020-01-27 herb@google.com Rename AtlasID to PlotLocator 2020-01-27 bsalomon@google.com Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is backed by non-textureable FBO and no scaling/color space conversions is performed. 2020-01-27 robertphillips@google.com Revert "Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types" 2020-01-27 brianosman@google.com In GrSkSLFP, always use a coord transform 2020-01-27 robertphillips@google.com Add SkImage::MakeRasterFromCompressed and make MakeFromCompressed fall back to decompression for unsupported compression types 2020-01-27 herb@google.com Swap dtor order of SkSTArenaAlloc and SkArenaAlloc v.2 2020-01-27 borenet@google.com [infra] Update infra dep Created with: gclient setdep -r src/third_party/skia@9ae06637d069 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 reed@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: reed@google.com
This commit is contained in:
parent
56929f0ee2
commit
dc6af01b1a
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': '9c1d30dd163efd53f2ffd03dcc31be00fdd7f638',
|
||||
'skia_revision': '9ae06637d0693480c65ebdc9b762627e8bd05dcb',
|
||||
|
||||
# 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: a51fb65ecf43a09a84bdd92c44203943
|
||||
Signature: 3ac440c0fc3f2afb7d087b75db619099
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -5624,8 +5624,11 @@ FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/Repeater.c
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/RoundCorners.cpp
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/ShapeLayer.h
|
||||
FILE: ../../../third_party/skia/modules/skottie/src/layers/shapelayer/TrimPaths.cpp
|
||||
FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp
|
||||
FILE: ../../../third_party/skia/samplecode/Sample3D.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkCanvasMatrix.h
|
||||
FILE: ../../../third_party/skia/src/core/SkCompressedDataUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkCompressedDataUtils.h
|
||||
FILE: ../../../third_party/skia/src/core/SkM44.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrEagerVertexAllocator.h
|
||||
FILE: ../../../third_party/skia/src/gpu/tessellate/GrPathParser.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user