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

Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits)#15306

Merged
skia-flutter-autoroll merged 1 commit intoflutter:masterfrom
skia-flutter-autoroll:skia-flutter-autoroll
Jan 8, 2020
Merged

Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits)#15306
skia-flutter-autoroll merged 1 commit intoflutter:masterfrom
skia-flutter-autoroll:skia-flutter-autoroll

Conversation

@skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14

git log 91e0d75..f811fc3 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 [email protected] Avoid loop-dependent behavior in GrMemoryPoolBench
2020-01-08 [email protected] [infra] Fix build_task_drivers.sh, update infra dep
2020-01-08 [email protected] Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
2020-01-08 [email protected] Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 [email protected] [recipes] Remove unnecessary depot_tools dependency in flavor module
2020-01-08 [email protected] Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
2020-01-08 [email protected] Roll third_party/externals/angle2 51e653f..db49bc7 (8 commits)
2020-01-08 [email protected] Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
2020-01-07 [email protected] Seperate out quad updating from atlas updating
2020-01-07 [email protected] regenTextureCoordinates is always true when calling doRegen
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 [email protected] Reland "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] bicubic in skvm image shader
2020-01-07 [email protected] Move makeDeferredRenderTargetContext calls to factory on RTC.
2020-01-07 [email protected] Simplify the atlas update inner loop
2020-01-07 [email protected] Revert "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] Add a path renderer that uses GPU tessellation
2020-01-07 [email protected] Update remote access documentation for Win2019
2020-01-07 [email protected] tolerate alpha slightly out of [0,1]
2020-01-07 [email protected] In SkRuntimeEffect, guard against programs not compiling with GPU caps
2020-01-07 [email protected] Fix typo where width/height were swapped in new debug layer manager
2020-01-07 [email protected] Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
2020-01-07 [email protected] one option for fixing bilerp asserts
2020-01-07 [email protected] upgrade debugging tools
2020-01-07 [email protected] Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
2020-01-07 [email protected] public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
2020-01-07 [email protected] Improve debug information provided when backend format and GrColorType don't match
2020-01-07 [email protected] Fixes for Vulkan Debug layers
2020-01-07 [email protected] add SkVM_fwd.h
2020-01-07 [email protected] handle kLow/kMedium in skvm image shader
2020-01-07 [email protected] Add NativeFonts job for Mac 10.15 CPU
2020-01-07 [email protected] Revert "Rename GrSimpleTextureEffect->GrTextureEffect"

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

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 [email protected] 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: [email protected]

https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14

git log 91e0d75..f811fc3 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 [email protected] Avoid loop-dependent behavior in GrMemoryPoolBench
2020-01-08 [email protected] [infra] Fix build_task_drivers.sh, update infra dep
2020-01-08 [email protected] Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
2020-01-08 [email protected] Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 [email protected] [recipes] Remove unnecessary depot_tools dependency in flavor module
2020-01-08 [email protected] Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
2020-01-08 [email protected] Roll third_party/externals/angle2 51e653f..db49bc7 (8 commits)
2020-01-08 [email protected] Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
2020-01-07 [email protected] Seperate out quad updating from atlas updating
2020-01-07 [email protected] regenTextureCoordinates is always true when calling doRegen
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 [email protected] Reland "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] bicubic in skvm image shader
2020-01-07 [email protected] Move makeDeferredRenderTargetContext calls to factory on RTC.
2020-01-07 [email protected] Simplify the atlas update inner loop
2020-01-07 [email protected] Revert "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] Add a path renderer that uses GPU tessellation
2020-01-07 [email protected] Update remote access documentation for Win2019
2020-01-07 [email protected] tolerate alpha slightly out of [0,1]
2020-01-07 [email protected] In SkRuntimeEffect, guard against programs not compiling with GPU caps
2020-01-07 [email protected] Fix typo where width/height were swapped in new debug layer manager
2020-01-07 [email protected] Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
2020-01-07 [email protected] one option for fixing bilerp asserts
2020-01-07 [email protected] upgrade debugging tools
2020-01-07 [email protected] Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
2020-01-07 [email protected] public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
2020-01-07 [email protected] Improve debug information provided when backend format and GrColorType don't match
2020-01-07 [email protected] Fixes for Vulkan Debug layers
2020-01-07 [email protected] add SkVM_fwd.h
2020-01-07 [email protected] handle kLow/kMedium in skvm image shader
2020-01-07 [email protected] Add NativeFonts job for Mac 10.15 CPU
2020-01-07 [email protected] Revert "Rename GrSimpleTextureEffect->GrTextureEffect"

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

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 [email protected] 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: [email protected]
@skia-flutter-autoroll
Copy link
Contributor Author

Auto-roller completed checks. About to merge.

@skia-flutter-autoroll skia-flutter-autoroll merged commit 41159ce into flutter:master Jan 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 8, 2020
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Jan 8, 2020
flutter/engine@f001ea2...46adf73

git log f001ea2..46adf73 --first-parent --oneline
2020-01-08 [email protected] Made it so you can specify the old gen heap size. (flutter/engine#15259)
2020-01-08 [email protected] Roll fuchsia/sdk/core/mac-amd64 from gL-XG... to rTJJV... (flutter/engine#15308)
2020-01-08 [email protected] Add a deprecation javadoc note to the old FlutterActivity (flutter/engine#15156)
2020-01-08 [email protected] Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration (flutter/engine#15154)
2020-01-08 [email protected] Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits) (flutter/engine#15306)


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 [email protected] 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
bkonyi pushed a commit to flutter/flutter that referenced this pull request Jan 9, 2020
flutter/engine@f001ea2...46adf73

git log f001ea2..46adf73 --first-parent --oneline
2020-01-08 [email protected] Made it so you can specify the old gen heap size. (flutter/engine#15259)
2020-01-08 [email protected] Roll fuchsia/sdk/core/mac-amd64 from gL-XG... to rTJJV... (flutter/engine#15308)
2020-01-08 [email protected] Add a deprecation javadoc note to the old FlutterActivity (flutter/engine#15156)
2020-01-08 [email protected] Bump simulator version in IosUnitTests & scenario app in preparation for luci xcode 11 migration (flutter/engine#15154)
2020-01-08 [email protected] Roll src/third_party/skia 91e0d7526944..f811fc331a14 (32 commits) (flutter/engine#15306)


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 [email protected] 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
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 10, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jan 11, 2020
NoamDev pushed a commit to NoamDev/engine that referenced this pull request Feb 27, 2020
https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14

git log 91e0d75..f811fc3 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 [email protected] Avoid loop-dependent behavior in GrMemoryPoolBench
2020-01-08 [email protected] [infra] Fix build_task_drivers.sh, update infra dep
2020-01-08 [email protected] Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
2020-01-08 [email protected] Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 [email protected] [recipes] Remove unnecessary depot_tools dependency in flavor module
2020-01-08 [email protected] Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
2020-01-08 [email protected] Roll third_party/externals/angle2 51e653f..db49bc7 (8 commits)
2020-01-08 [email protected] Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
2020-01-07 [email protected] Seperate out quad updating from atlas updating
2020-01-07 [email protected] regenTextureCoordinates is always true when calling doRegen
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 [email protected] Reland "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] bicubic in skvm image shader
2020-01-07 [email protected] Move makeDeferredRenderTargetContext calls to factory on RTC.
2020-01-07 [email protected] Simplify the atlas update inner loop
2020-01-07 [email protected] Revert "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] Add a path renderer that uses GPU tessellation
2020-01-07 [email protected] Update remote access documentation for Win2019
2020-01-07 [email protected] tolerate alpha slightly out of [0,1]
2020-01-07 [email protected] In SkRuntimeEffect, guard against programs not compiling with GPU caps
2020-01-07 [email protected] Fix typo where width/height were swapped in new debug layer manager
2020-01-07 [email protected] Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
2020-01-07 [email protected] one option for fixing bilerp asserts
2020-01-07 [email protected] upgrade debugging tools
2020-01-07 [email protected] Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
2020-01-07 [email protected] public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
2020-01-07 [email protected] Improve debug information provided when backend format and GrColorType don't match
2020-01-07 [email protected] Fixes for Vulkan Debug layers
2020-01-07 [email protected] add SkVM_fwd.h
2020-01-07 [email protected] handle kLow/kMedium in skvm image shader
2020-01-07 [email protected] Add NativeFonts job for Mac 10.15 CPU
2020-01-07 [email protected] Revert "Rename GrSimpleTextureEffect->GrTextureEffect"

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

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 [email protected] 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: [email protected]
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
https://skia.googlesource.com/skia.git/+log/91e0d7526944..f811fc331a14

git log 91e0d75..f811fc3 --date=short --first-parent --format='%ad %ae %s'
2020-01-08 [email protected] Avoid loop-dependent behavior in GrMemoryPoolBench
2020-01-08 [email protected] [infra] Fix build_task_drivers.sh, update infra dep
2020-01-08 [email protected] Revert "Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API."
2020-01-08 [email protected] Revert "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 [email protected] [recipes] Remove unnecessary depot_tools dependency in flavor module
2020-01-08 [email protected] Roll ../src 55a27186b7de..61f03e9a10c0 (434 commits)
2020-01-08 [email protected] Roll third_party/externals/angle2 51e653f..db49bc7 (8 commits)
2020-01-08 [email protected] Roll third_party/externals/swiftshader 068dd89cab31..45a4d0f36bd6 (5 commits)
2020-01-07 [email protected] Seperate out quad updating from atlas updating
2020-01-07 [email protected] regenTextureCoordinates is always true when calling doRegen
2020-01-07 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-07 [email protected] Reland "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] bicubic in skvm image shader
2020-01-07 [email protected] Move makeDeferredRenderTargetContext calls to factory on RTC.
2020-01-07 [email protected] Simplify the atlas update inner loop
2020-01-07 [email protected] Revert "Fixes for Vulkan Debug layers"
2020-01-07 [email protected] Add a path renderer that uses GPU tessellation
2020-01-07 [email protected] Update remote access documentation for Win2019
2020-01-07 [email protected] tolerate alpha slightly out of [0,1]
2020-01-07 [email protected] In SkRuntimeEffect, guard against programs not compiling with GPU caps
2020-01-07 [email protected] Fix typo where width/height were swapped in new debug layer manager
2020-01-07 [email protected] Reland "Rename GrSimpleTextureEffect->GrTextureEffect"
2020-01-07 [email protected] one option for fixing bilerp asserts
2020-01-07 [email protected] upgrade debugging tools
2020-01-07 [email protected] Extend SkCanvas matrix stack to be 4x4, but with (basically) the same public API.
2020-01-07 [email protected] public.bzl: add SKOTTIE_IOS_LIB_SDK_FRAMEWORKS
2020-01-07 [email protected] Improve debug information provided when backend format and GrColorType don't match
2020-01-07 [email protected] Fixes for Vulkan Debug layers
2020-01-07 [email protected] add SkVM_fwd.h
2020-01-07 [email protected] handle kLow/kMedium in skvm image shader
2020-01-07 [email protected] Add NativeFonts job for Mac 10.15 CPU
2020-01-07 [email protected] Revert "Rename GrSimpleTextureEffect->GrTextureEffect"

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

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 [email protected] 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: [email protected]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants