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/7eeb94b1e778..32e953e71266

2023-06-21 [email protected] Remove class SkFilterColorProgram.
2023-06-21 [email protected] Use MatrixRec in legacy shader context code
2023-06-21 [email protected] Delete SkVM program()/onProgram() callbacks.
2023-06-21 [email protected] Turn off mechanisms which can enable SkVM.
2023-06-21 [email protected] Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code
2023-06-21 [email protected] SkShaderBase::ContextRec only needs paint alpha
2023-06-21 [email protected] Manual roll Dawn from ba42f5db9450 to 0fde633f706b (6 revisions)
2023-06-21 [email protected] [graphite] Move SkSL and shader module logic from Vulkan resource provider to graphics pipeline
2023-06-21 [email protected] Break SkTestCanvas.cpp off into own file list to put only in GPU builds
2023-06-21 [email protected] Change SubRunType to SubRunStreamTag
2023-06-21 [email protected] [graphite] Add Vulkan Windows Debug test job
2023-06-21 [email protected] Reland "De-SkScalar SkRect"
2023-06-21 [email protected] Remove SkVM JIT.
2023-06-21 [email protected] Fix tasks.json
2023-06-21 [email protected] Update Skia milestone to 117
2023-06-21 [email protected] [graphite] Move tiled rendering helper function to TiledTextureUtils
2023-06-21 [email protected] Merge 15 release notes into RELEASE_NOTES.md

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],[email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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/+doc/main/autoroll/README.md

https://skia.googlesource.com/skia.git/+log/7eeb94b1e778..32e953e71266

2023-06-21 [email protected] Remove class SkFilterColorProgram.
2023-06-21 [email protected] Use MatrixRec in legacy shader context code
2023-06-21 [email protected] Delete SkVM program()/onProgram() callbacks.
2023-06-21 [email protected] Turn off mechanisms which can enable SkVM.
2023-06-21 [email protected] Remove SkCanvas::flush() from Skia-proper and remove other gpu-specific code
2023-06-21 [email protected] SkShaderBase::ContextRec only needs paint alpha
2023-06-21 [email protected] Manual roll Dawn from ba42f5db9450 to 0fde633f706b (6 revisions)
2023-06-21 [email protected] [graphite] Move SkSL and shader module logic from Vulkan resource provider to graphics pipeline
2023-06-21 [email protected] Break SkTestCanvas.cpp off into own file list to put only in GPU builds
2023-06-21 [email protected] Change SubRunType to SubRunStreamTag
2023-06-21 [email protected] [graphite] Add Vulkan Windows Debug test job
2023-06-21 [email protected] Reland "De-SkScalar SkRect"
2023-06-21 [email protected] Remove SkVM JIT.
2023-06-21 [email protected] Fix tasks.json
2023-06-21 [email protected] Update Skia milestone to 117
2023-06-21 [email protected] [graphite] Move tiled rendering helper function to TiledTextureUtils
2023-06-21 [email protected] Merge 15 release notes into RELEASE_NOTES.md

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],[email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry
To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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/+doc/main/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 21, 2023
@skia-flutter-autoroll skia-flutter-autoroll force-pushed the skia-flutter-autoroll-bdc720e3-dd62-47a6-83da-937bc7dcdf94-1687383142 branch from 981f089 to d568a6e Compare June 21, 2023 21:32
@auto-submit auto-submit bot merged commit 3d1d668 into flutter:main Jun 21, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 21, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 22, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Jun 22, 2023
flutter/engine@08aaa88...c6251a6

2023-06-22 [email protected] Remove process-local tempfs (flutter/engine#43056)
2023-06-22 [email protected] Roll Skia from 0185ce148be9 to 076e7c004d20 (2 revisions) (flutter/engine#43069)
2023-06-22 [email protected] Roll Skia from 96d6135e9ee8 to 0185ce148be9 (4 revisions) (flutter/engine#43068)
2023-06-22 [email protected] [Impeller] Uniquely label subpasses and root blit (flutter/engine#43015)
2023-06-22 [email protected] [Impeller] Add Rect::Project (flutter/engine#43026)
2023-06-21 [email protected] Roll Skia from 32e953e71266 to 96d6135e9ee8 (1 revision) (flutter/engine#43067)
2023-06-21 [email protected] Roll Fuchsia Mac SDK from ct6r5YjdG2xpZPhkT... to QtQznuUmHMTyORqxJ... (flutter/engine#43065)
2023-06-21 [email protected] Roll Fuchsia Linux SDK from 4mkuVtlGBaumKSe8x... to 7EZeNE4aGd29VfDly... (flutter/engine#43066)
2023-06-21 [email protected] Roll ANGLE from 3a3a3c655a96 to ac263582dda4 (60 revisions) (flutter/engine#43062)
2023-06-21 [email protected] Roll Skia from 7eeb94b1e778 to 32e953e71266 (17 revisions) (flutter/engine#43064)

Also rolling transitive DEPS:
  fuchsia/sdk/core/linux-amd64 from 4mkuVtlGBaum to 7EZeNE4aGd29
  fuchsia/sdk/core/mac-amd64 from ct6r5YjdG2xp to QtQznuUmHMTy

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],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

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/+doc/main/autoroll/README.md
@skia-flutter-autoroll skia-flutter-autoroll deleted the skia-flutter-autoroll-bdc720e3-dd62-47a6-83da-937bc7dcdf94-1687383142 branch June 28, 2023 22:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants