Skip to content

Commit f665717

Browse files
Roll src/third_party/skia 21a486d04ae0..9fb7fa537d93 (21 commits) (flutter#9639)
https://skia.googlesource.com/skia.git /%2Blog/21a486d04ae0..9fb7fa537d93 git log 21a486d04ae034a9f4dcdc874a59b41391174db8..9fb7fa537d938618991922bfffa627e442db67f0 --date=short --no-merges --format=%ad %ae %s 2019-07-01 brianosman@google.com Fix asserts in EllipticalRRectOp::Make to match logic of make_rrect_op 2019-07-01 jvanverth@google.com Re-enable Metal buffer suballocation with extra mutex guard. 2019-07-01 mtklein@google.com more --loops 1 2019-06-28 herb@google.com Use bulk metrics call in SkFont 2019-07-01 robertphillips@google.com Add GrProtected parameter to all createBackendTexture variants 2019-07-01 bsalomon@google.com Reenable GPU ReadPixels tests on ANGLE ES2 2019-07-01 bsalomon@google.com Make GrCaps::surfaceSupportsReadPixels return distinct values rather than flags. 2019-07-01 fmalita@chromium.org [skottie] Cleanup: split off layers into own CUs 2019-07-01 ethannicholas@google.com SkSL now respects layout(key) on all variables 2019-07-01 brianosman@google.com Revert "Test MSAA on Gen9 Intel GPUs" 2019-07-01 mtklein@google.com move SkVM interpreter back to SkVM.cpp 2019-07-01 bsalomon@google.com Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. 2019-07-01 mtklein@google.com finish up arm64 ops 2019-06-28 brianosman@google.com Test MSAA on Gen9 Intel GPUs 2019-07-01 mtklein@google.com auto-tune nanobench in all builds 2019-07-01 robertphillips@google.com Add SkSurfaceCharacterization::isCompatible 2019-07-01 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps 2019-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 923c30fba116..f116aa9c158b (14 commits) 2019-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 40495290dceb..52edb176f1bd (7 commits) 2019-07-01 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 9ef8c105f0dc..d38e9bb41f04 (418 commits) 2019-07-01 michaelludwig@google.com Revert "Switch drawTexture calls to use attemptQuadOptimization" The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (jvanverth@google.com), and stop the roller if necessary.
1 parent fd24007 commit f665717

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

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': '21a486d04ae034a9f4dcdc874a59b41391174db8',
29+
'skia_revision': '9fb7fa537d938618991922bfffa627e442db67f0',
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: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 8edc904126bf9ea0c9079e0c06944ffd
1+
Signature: f735619d37aa7d2aae3d5fab04aa019a
22

33
UNUSED LICENSES:
44

@@ -1467,14 +1467,13 @@ FILE: ../../../third_party/skia/modules/skottie/src/SkottieAdapter.cpp
14671467
FILE: ../../../third_party/skia/modules/skottie/src/SkottieAdapter.h
14681468
FILE: ../../../third_party/skia/modules/skottie/src/SkottieJson.cpp
14691469
FILE: ../../../third_party/skia/modules/skottie/src/SkottieJson.h
1470-
FILE: ../../../third_party/skia/modules/skottie/src/SkottieLayer.cpp
1471-
FILE: ../../../third_party/skia/modules/skottie/src/SkottiePrecompLayer.cpp
14721470
FILE: ../../../third_party/skia/modules/skottie/src/SkottiePriv.h
14731471
FILE: ../../../third_party/skia/modules/skottie/src/SkottieProperty.cpp
1474-
FILE: ../../../third_party/skia/modules/skottie/src/SkottieShapeLayer.cpp
14751472
FILE: ../../../third_party/skia/modules/skottie/src/SkottieTest.cpp
14761473
FILE: ../../../third_party/skia/modules/skottie/src/SkottieTool.cpp
1477-
FILE: ../../../third_party/skia/modules/skottie/src/text/TextLayer.cpp
1474+
FILE: ../../../third_party/skia/modules/skottie/src/layers/PrecompLayer.cpp
1475+
FILE: ../../../third_party/skia/modules/skottie/src/layers/ShapeLayer.cpp
1476+
FILE: ../../../third_party/skia/modules/skottie/src/layers/TextLayer.cpp
14781477
FILE: ../../../third_party/skia/modules/skottie/utils/SkottieUtils.cpp
14791478
FILE: ../../../third_party/skia/modules/skottie/utils/SkottieUtils.h
14801479
FILE: ../../../third_party/skia/modules/sksg/include/SkSGClipEffect.h
@@ -5448,6 +5447,8 @@ FILE: ../../../third_party/skia/include/private/GrContext_Base.h
54485447
FILE: ../../../third_party/skia/include/private/GrImageContext.h
54495448
FILE: ../../../third_party/skia/include/private/GrRecordingContext.h
54505449
FILE: ../../../third_party/skia/include/private/SkVx.h
5450+
FILE: ../../../third_party/skia/modules/skottie/src/Composition.cpp
5451+
FILE: ../../../third_party/skia/modules/skottie/src/Layer.cpp
54515452
FILE: ../../../third_party/skia/modules/skottie/src/effects/DropShadowEffect.cpp
54525453
FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.cpp
54535454
FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.h
@@ -5462,6 +5463,9 @@ FILE: ../../../third_party/skia/modules/skottie/src/effects/TintEffect.cpp
54625463
FILE: ../../../third_party/skia/modules/skottie/src/effects/TransformEffect.cpp
54635464
FILE: ../../../third_party/skia/modules/skottie/src/effects/TritoneEffect.cpp
54645465
FILE: ../../../third_party/skia/modules/skottie/src/effects/VenetianBlindsEffect.cpp
5466+
FILE: ../../../third_party/skia/modules/skottie/src/layers/ImageLayer.cpp
5467+
FILE: ../../../third_party/skia/modules/skottie/src/layers/NullLayer.cpp
5468+
FILE: ../../../third_party/skia/modules/skottie/src/layers/SolidLayer.cpp
54655469
FILE: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.cpp
54665470
FILE: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.h
54675471
FILE: ../../../third_party/skia/modules/skottie/src/text/SkottieShaper.cpp
@@ -5518,7 +5522,6 @@ FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlCommandBuffer.mm
55185522
FILE: ../../../third_party/skia/src/gpu/mtl/GrMtlDepthStencil.h
55195523
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.cpp
55205524
FILE: ../../../third_party/skia/src/gpu/vk/GrVkSecondaryCBDrawContext.h
5521-
FILE: ../../../third_party/skia/src/opts/SkVM_opts.h
55225525
FILE: ../../../third_party/skia/src/shaders/SkRTShader.cpp
55235526
FILE: ../../../third_party/skia/src/shaders/SkRTShader.h
55245527
FILE: ../../../third_party/skia/src/sksl/SkSLDefines.h

0 commit comments

Comments
 (0)