mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
https://skia.googlesource.com/skia.git/+log/49e564e5e02c..75368c3a0290 git log 49e564e5e02c..75368c3a0290 --date=short --first-parent --format='%ad %ae %s' 2019-12-03 fmalita@chromium.org [skottie] Deferred image frame resolution 2019-12-03 brianosman@google.com Particles: Do a cleanup/standardization pass on the API 2019-12-03 herb@google.com Replace some std::tie with auto [] 2019-12-03 michaelludwig@google.com Reorg helper functions in prep for function pointer caching 2019-12-03 herb@google.com Don't draw strikes that are too small 2019-12-03 mtklein@google.com remove SkColorSpaceXformSteps::Required 2019-12-03 kjlubick@google.com [skottieWASM] make sure we are using CPU or GPU correctly 2019-12-03 fmalita@chromium.org Reland "[skottie] Remove defensive seek(0) from Animation ctor" 2019-12-03 mtklein@google.com replace CSXformSteps::Required() in GrSurfaceContext 2019-12-03 mtklein@google.com Fix sprite blitter choice logic 2019-12-03 mtklein@google.com replace CSXformSteps::Required() in SkShader 2019-12-03 mtklein@google.com add friendly new ctor for xform steps 2019-12-03 jvanverth@google.com Some more tweaks to perspective path clipping 2019-12-03 fmalita@chromium.org Revert "[skottie] Remove defensive seek(0) from Animation ctor" 2019-12-03 mtklein@google.com Revert "replace SkColorSpaceXformSteps::Required()" 2019-12-03 fmalita@chromium.org [skottie] Remove defensive seek(0) from Animation ctor 2019-12-03 mtklein@google.com Fix some GCC warnings. 2019-12-03 reed@google.com remove legacy next from iter 2019-12-03 kjlubick@google.com [canvaskit] Add test and extern for MakeImage 2019-12-03 brianosman@google.com Particles: SkImageBinding to allow sampling an image from script 2019-12-03 brianosman@google.com Particles: Better integration for ResourceProvider 2019-12-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 8a4500482e8d..bd8110e59b6b (424 commits) 2019-12-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 ea0dcd4bda18..fb40d231c3e2 (10 commits) Created with: gclient setdep -r src/third_party/skia@75368c3a0290 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 bsalomon@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: bsalomon@google.com