Roll src/third_party/skia 559ffe4a23ce..ec85f407bfee (44 commits) (flutter/engine#12463)

https://skia.googlesource.com/skia.git/+log/559ffe4a23ce..ec85f407bfee

git log 559ffe4a23ce..ec85f407bfee --date=short --no-merges --format='%ad %ae %s'
2019-09-26 csmartdalton@google.com Remove the resolve rect and resolve types from GrRenderTarget
2019-09-26 ethannicholas@google.com Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear""
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 kjlubick@google.com [canvaskit] fix null terminator on drawText
2019-09-26 bsalomon@google.com srgb texture format cleanup.
2019-09-26 michaelludwig@google.com Improve subpixel coverage calculation for thin quads
2019-09-26 bsalomon@google.com Check support for each GL format independently.
2019-09-26 fmalita@chromium.org [skottie] Add null sink option for skottie_tool
2019-09-26 herb@google.com Restrict SkStrikeInterface to GPU and rename to SkStrikeForGPU
2019-09-26 ethannicholas@google.com Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"
2019-09-26 fmalita@chromium.org [skottie] Minor MotionBlurEffect cleanup
2019-09-26 herb@google.com Blur both in x and y
2019-09-26 ethannicholas@google.com remove 'in uniform' support from GrSkSLFP, make rules more clear
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ba04be8c9ef9..f703443b1f67 (6 commits)
2019-09-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps
2019-09-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader cc3f09861685..30d3c8afe19c (2 commits)
2019-09-26 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src fb8fbb18d6f2..fbc0a229ff3c (465 commits)
2019-09-26 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-26 jcgregorio@google.com Fix HOME directory in Docker containers built under cloudbuild.
2019-09-25 herb@google.com Move SkScalerContextEffects to SkScalerContext.h
2019-09-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-25 csmartdalton@google.com Move the msaa dirty rect to GrRenderTargetProxy
2019-09-25 mtklein@google.com clean up for SSSE3 bilerp
2019-09-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-25 nifong@google.com Add a test that draws subpictures within an MSKP and make it pass.
2019-09-25 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2019-09-25 herb@google.com Use constexpr version of min/max
2019-09-25 brianosman@google.com In AAConvexPathRenderer, don't assume that path direction can be computed
2019-09-25 nigeltao@google.com Fix calls to deprecated Wuffs API
2019-09-25 mtklein@google.com cut another multiply in SSE2 bilerp
2019-09-25 nifong@google.com Add tests that loads mskp and changes frame.
2019-09-25 mtklein@google.com cut a multiply in SSE2 bilerp
2019-09-25 csmartdalton@google.com Don't submit msaa resovle command buffers except for external IO
2019-09-25 herb@google.com Add helper SkMakeZip
2019-09-25 mtklein@google.com comment and TODO bilerp code
2019-09-25 herb@google.com Add project declaration for CMake
2019-09-25 mtklein@google.com opt skottie_tool into thread-local strike caches
2019-09-25 robertphillips@google.com Split out check_base_readbacks sub-test in BackendAllocation tests
2019-09-25 mtklein@google.com dump frame time stats in skottie_tool

Created with:
  gclient setdep -r src/third_party/skia@ec85f407bfee

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 bungeman@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=bungeman@google.com
This commit is contained in:
skia-flutter-autoroll 2019-09-26 16:52:52 -04:00 committed by GitHub
parent accbe3a695
commit 63b2316448
2 changed files with 5 additions and 3 deletions

2
DEPS
View File

@ -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': '559ffe4a23cea3279642dcac7335164348d8e344',
'skia_revision': 'ec85f407bfee58f1d8b80966256cf746bde2591a',
# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the

View File

@ -1,4 +1,4 @@
Signature: adb6f9c0d3af94ec21b2ca06e48d0edf
Signature: e26c0f7e6a37e4446457835268bb82b7
UNUSED LICENSES:
@ -1309,6 +1309,7 @@ FILE: ../../../third_party/skia/experimental/docs/svgBackend.js
FILE: ../../../third_party/skia/experimental/docs/svgbaseddoc.htm
FILE: ../../../third_party/skia/experimental/docs/utilities.js
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/cpu.js
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/anim.mskp
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/index.html
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/sample.skp
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/externs.js
@ -3321,7 +3322,8 @@ FILE: ../../../third_party/skia/src/core/SkDescriptor.cpp
FILE: ../../../third_party/skia/src/core/SkDraw_atlas.cpp
FILE: ../../../third_party/skia/src/core/SkEffectPriv.h
FILE: ../../../third_party/skia/src/core/SkPathMakers.h
FILE: ../../../third_party/skia/src/core/SkStrikeInterface.h
FILE: ../../../third_party/skia/src/core/SkStrikeForGPU.cpp
FILE: ../../../third_party/skia/src/core/SkStrikeForGPU.h
FILE: ../../../third_party/skia/src/core/SkStrikeSpec.h
FILE: ../../../third_party/skia/src/core/SkVMBlitter.cpp
FILE: ../../../third_party/skia/src/core/SkYUVMath.cpp