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

Conversation

@skia-flutter-autoroll
Copy link
Contributor

https://skia.googlesource.com/skia.git/+log/04e77813f8f4..67d0f3fd725c

git log 04e7781..67d0f3f --date=short --first-parent --format='%ad %ae %s'
2020-01-09 jvanverth@google.com Revert "Remove GrPaint::addColorTextureProcessor"
2020-01-09 robertphillips@google.com Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info
2020-01-09 rmistry@google.com Add retries to Android compile bot for when GS returns 502s
2020-01-09 csmartdalton@google.com Speed up get_contour_count in GrTessellator.cpp
2020-01-09 herb@google.com Make SubRun accessible for GrAtlasTextOp
2020-01-09 jvanverth@google.com Hide MakeFromMTKView behind an availability flag
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 herb@google.com Combine result calculation from both legs of if statement
2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
2020-01-09 mtklein@google.com add back src-in-gamut tracking
2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
2020-01-09 reed@google.com Remove legacy canvas-matrix impl
2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
2020-01-09 reed@google.com Optimize concat44 on canvas
2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7..c431d59 (7 commits)
2020-01-08 mtklein@google.com JIT today's new _imm ops
2020-01-08 herb@google.com Hoist calculations up to regenerate
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com skip no-op masks
2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
2020-01-08 mtklein@google.com refactor bit ops
2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
2020-01-08 mtklein@google.com Streamline skvm bilerp.
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView

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

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

https://skia.googlesource.com/skia.git/+log/04e77813f8f4..67d0f3fd725c

git log 04e7781..67d0f3f --date=short --first-parent --format='%ad %ae %s'
2020-01-09 jvanverth@google.com Revert "Remove GrPaint::addColorTextureProcessor"
2020-01-09 robertphillips@google.com Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info
2020-01-09 rmistry@google.com Add retries to Android compile bot for when GS returns 502s
2020-01-09 csmartdalton@google.com Speed up get_contour_count in GrTessellator.cpp
2020-01-09 herb@google.com Make SubRun accessible for GrAtlasTextOp
2020-01-09 jvanverth@google.com Hide MakeFromMTKView behind an availability flag
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 herb@google.com Combine result calculation from both legs of if statement
2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
2020-01-09 mtklein@google.com add back src-in-gamut tracking
2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
2020-01-09 reed@google.com Remove legacy canvas-matrix impl
2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
2020-01-09 reed@google.com Optimize concat44 on canvas
2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7..c431d59 (7 commits)
2020-01-08 mtklein@google.com JIT today's new _imm ops
2020-01-08 herb@google.com Hoist calculations up to regenerate
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com skip no-op masks
2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
2020-01-08 mtklein@google.com refactor bit ops
2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
2020-01-08 mtklein@google.com Streamline skvm bilerp.
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView

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

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 jvanverth@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: jvanverth@google.com
@skia-flutter-autoroll
Copy link
Contributor Author

Auto-roller completed checks. About to merge.

@skia-flutter-autoroll skia-flutter-autoroll merged commit f4c7fcd into flutter:master Jan 9, 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 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/04e77813f8f4..67d0f3fd725c

git log 04e7781..67d0f3f --date=short --first-parent --format='%ad %ae %s'
2020-01-09 jvanverth@google.com Revert "Remove GrPaint::addColorTextureProcessor"
2020-01-09 robertphillips@google.com Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info
2020-01-09 rmistry@google.com Add retries to Android compile bot for when GS returns 502s
2020-01-09 csmartdalton@google.com Speed up get_contour_count in GrTessellator.cpp
2020-01-09 herb@google.com Make SubRun accessible for GrAtlasTextOp
2020-01-09 jvanverth@google.com Hide MakeFromMTKView behind an availability flag
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 herb@google.com Combine result calculation from both legs of if statement
2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
2020-01-09 mtklein@google.com add back src-in-gamut tracking
2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
2020-01-09 reed@google.com Remove legacy canvas-matrix impl
2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
2020-01-09 reed@google.com Optimize concat44 on canvas
2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7..c431d59 (7 commits)
2020-01-08 mtklein@google.com JIT today's new _imm ops
2020-01-08 herb@google.com Hoist calculations up to regenerate
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com skip no-op masks
2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
2020-01-08 mtklein@google.com refactor bit ops
2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
2020-01-08 mtklein@google.com Streamline skvm bilerp.
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView

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

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 jvanverth@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: jvanverth@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
https://skia.googlesource.com/skia.git/+log/04e77813f8f4..67d0f3fd725c

git log 04e7781..67d0f3f --date=short --first-parent --format='%ad %ae %s'
2020-01-09 jvanverth@google.com Revert "Remove GrPaint::addColorTextureProcessor"
2020-01-09 robertphillips@google.com Move GrVkFormatColorTypePairIsValid assert back into GrVkGpu::check_image_info
2020-01-09 rmistry@google.com Add retries to Android compile bot for when GS returns 502s
2020-01-09 csmartdalton@google.com Speed up get_contour_count in GrTessellator.cpp
2020-01-09 herb@google.com Make SubRun accessible for GrAtlasTextOp
2020-01-09 jvanverth@google.com Hide MakeFromMTKView behind an availability flag
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 herb@google.com Combine result calculation from both legs of if statement
2020-01-09 bsalomon@google.com Remove GrPaint::addColorTextureProcessor
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 brianosman@google.com Fix ByteCodeGenerator's handling of specialized programs
2020-01-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-09 bsalomon@google.com Allow implicit conversion from GrSamplerState::Filter to GrSamplerState
2020-01-09 brianosman@google.com Add CachingHint to makeRasterImage, default to kDisallow
2020-01-09 mtklein@google.com add back src-in-gamut tracking
2020-01-09 herb@google.com Add first, last and subspan to SkEnumerate
2020-01-09 rmistry@google.com Update go.skia.org/infra in go.mod/go.sum
2020-01-09 reed@google.com Remove legacy canvas-matrix impl
2020-01-09 robertphillips@google.com Improve handling of anisotropic scaling for stroked rects
2020-01-09 mtklein@google.com add vroundps, impl Op::floor on x86
2020-01-09 reed@google.com Optimize concat44 on canvas
2020-01-09 mtklein@google.com add x-macro over SkVM::Ops
2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 61f03e9a10c0..5d178c93fd5b (411 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 45a4d0f36bd6..77c89ff847b6 (13 commits)
2020-01-09 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 db49bc7..c431d59 (7 commits)
2020-01-08 mtklein@google.com JIT today's new _imm ops
2020-01-08 herb@google.com Hoist calculations up to regenerate
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com skip no-op masks
2020-01-08 egdaniel@google.com Move the remainder of GrRenderTargetContext factories.
2020-01-08 mtklein@google.com refactor bit ops
2020-01-08 mtklein@google.com add add/sub/min/max w/ constant ops
2020-01-08 michaelludwig@google.com Reland "Avoid loop-dependent behavior in GrMemoryPoolBench"
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 mtklein@google.com clamp to [0,1] before blending with normalized
2020-01-08 brianosman@google.com Expose the Input variable and Child name collections in SkRuntimeEffect
2020-01-08 mtklein@google.com Streamline skvm bilerp.
2020-01-08 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial).
2020-01-08 egdaniel@google.com Reland "Move makeDeferredRenderTargetContext calls to factory on RTC."
2020-01-08 jvanverth@google.com Add method to delay drawable acquisition from MTKView

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

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