Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits)#15671

Merged
skia-flutter-autoroll merged 1 commit into
flutter-team-archive:masterfrom
skia-flutter-autoroll:skia-flutter-autoroll
Jan 15, 2020
Merged

Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits)#15671
skia-flutter-autoroll merged 1 commit into
flutter-team-archive:masterfrom
skia-flutter-autoroll:skia-flutter-autoroll

Conversation

@skia-flutter-autoroll

Copy link
Copy Markdown
Contributor

https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865

git log e45c5cd..7655168 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa..86f7309 (12 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-14 robertphillips@google.com Update compressed texturing GM
2020-01-14 mtklein@google.com add dumpJIT() to disassemble
2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
2020-01-14 mtklein@google.com add --skvm to nanobench and fm
2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
2020-01-14 mtklein@google.com improve scalar gather32
2020-01-14 mtklein@google.com impl gather32 for x86
2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
2020-01-14 reed@google.com clean-up 3d sample's use of matrices
2020-01-14 mtklein@google.com remove obsolete presubmit checks
2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
2020-01-14 mtklein@google.com try running public API checks early
2020-01-14 nifong@google.com fix msan issue by init all new members
2020-01-14 mtklein@google.com manually roll swiftshader
2020-01-14 borenet@google.com [infra] Fix bin/try
2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory

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

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 mtklein@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: mtklein@google.com

https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865

git log e45c5cd..7655168 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa..86f7309 (12 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-14 robertphillips@google.com Update compressed texturing GM
2020-01-14 mtklein@google.com add dumpJIT() to disassemble
2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
2020-01-14 mtklein@google.com add --skvm to nanobench and fm
2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
2020-01-14 mtklein@google.com improve scalar gather32
2020-01-14 mtklein@google.com impl gather32 for x86
2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
2020-01-14 reed@google.com clean-up 3d sample's use of matrices
2020-01-14 mtklein@google.com remove obsolete presubmit checks
2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
2020-01-14 mtklein@google.com try running public API checks early
2020-01-14 nifong@google.com fix msan issue by init all new members
2020-01-14 mtklein@google.com manually roll swiftshader
2020-01-14 borenet@google.com [infra] Fix bin/try
2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory

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

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 mtklein@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: mtklein@google.com
@skia-flutter-autoroll

Copy link
Copy Markdown
Contributor Author

Auto-roller completed checks. About to merge.

@skia-flutter-autoroll skia-flutter-autoroll merged commit 12bd2df into flutter-team-archive:master Jan 15, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 16, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 16, 2020
flutter-team-archive/engine@3488051...be20fb6

git log 3488051..be20fb6 --first-parent --oneline
2020-01-15 nurhan@google.com [web] Exec command copy (flutter-team-archive/engine#15675)
2020-01-15 chinmaygarde@google.com Disable fml_unittests till flakes are addressed. (flutter-team-archive/engine#15676)
2020-01-15 skia-flutter-autoroll@skia.org Roll src/third_party/dart fe666ce592cb..862d5012ae9c (48 commits) (flutter-team-archive/engine#15672)
2020-01-15 gspencergoog@users.noreply.github.com Fix hardware keyboard enter so it triggers an action. (flutter-team-archive/engine#15568)
2020-01-15 tan@jayjun.com Use iOS 13 dark content status bar style (flutter-team-archive/engine#13119)
2020-01-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from oxHfW... to UlOSN... (flutter-team-archive/engine#15670)
2020-01-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia e45c5cd03eeb..7655168e6865 (29 commits) (flutter-team-archive/engine#15671)
2020-01-15 daniel.nicoara@gmail.com Fix embedder mutation order (flutter-team-archive/engine#15566)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC jimgraham@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
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
…-archive#15671)

https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865

git log e45c5cd..7655168 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa..86f7309 (12 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-14 robertphillips@google.com Update compressed texturing GM
2020-01-14 mtklein@google.com add dumpJIT() to disassemble
2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
2020-01-14 mtklein@google.com add --skvm to nanobench and fm
2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
2020-01-14 mtklein@google.com improve scalar gather32
2020-01-14 mtklein@google.com impl gather32 for x86
2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
2020-01-14 reed@google.com clean-up 3d sample's use of matrices
2020-01-14 mtklein@google.com remove obsolete presubmit checks
2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
2020-01-14 mtklein@google.com try running public API checks early
2020-01-14 nifong@google.com fix msan issue by init all new members
2020-01-14 mtklein@google.com manually roll swiftshader
2020-01-14 borenet@google.com [infra] Fix bin/try
2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory

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

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 mtklein@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: mtklein@google.com
NoamDev added a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
filmil pushed a commit to filmil/engine that referenced this pull request Mar 13, 2020
…-archive#15671)

https://skia.googlesource.com/skia.git/+log/e45c5cd03eeb..7655168e6865

git log e45c5cd..7655168 --date=short --first-parent --format='%ad %ae %s'
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 8b3a0fa..86f7309 (12 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src e2015449184d..b83f9414fec4 (758 commits)
2020-01-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader f6d3cbb28303..146e16f68fdc (18 commits)
2020-01-15 bsalomon@google.com Revert "Make SkGpuBlurUtils take SkTileMode"
2020-01-15 mtklein@google.com make sure each sample() call uses the same uniforms
2020-01-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-14 robertphillips@google.com Update compressed texturing GM
2020-01-14 mtklein@google.com add dumpJIT() to disassemble
2020-01-14 mtklein@google.com Revert "Pass in a SkColorType into SkImage_Gpu ctor."
2020-01-14 bsalomon@google.com Make SkGpuBlurUtils take SkTileMode
2020-01-14 mtklein@google.com add --skvm to nanobench and fm
2020-01-14 egdaniel@google.com Pass in a SkColorType into SkImage_Gpu ctor.
2020-01-14 robertphillips@google.com Expand SkImage::MakeFromCompressed to support mipMapping
2020-01-14 jvanverth@google.com Revert "Add new method for storing DrawOpAtlas texture index."
2020-01-14 halcanary@google.com [minor] tools/skottie_ios_app/Skia*Context: remember to cast
2020-01-14 jvanverth@google.com Add new method for storing DrawOpAtlas texture index.
2020-01-14 halcanary@google.com add more docs/examples from named fiddles.
2020-01-14 mtklein@google.com improve scalar gather32
2020-01-14 mtklein@google.com impl gather32 for x86
2020-01-14 halcanary@google.com skottie_ios_app: Add OpenGL.
2020-01-14 reed@google.com clean-up 3d sample's use of matrices
2020-01-14 mtklein@google.com remove obsolete presubmit checks
2020-01-14 egdaniel@google.com Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews.
2020-01-14 mtklein@google.com try running public API checks early
2020-01-14 nifong@google.com fix msan issue by init all new members
2020-01-14 mtklein@google.com manually roll swiftshader
2020-01-14 borenet@google.com [infra] Fix bin/try
2020-01-14 borenet@google.com [infra] Make bin/try work in any (Skia) repo
2020-01-14 borenet@google.com [infra] Change CMake build to use a temporary directory

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

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 mtklein@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: mtklein@google.com
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Development

Successfully merging this pull request may close these issues.

2 participants