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

[Impeller] migrate blend tests to DL. #54457

Merged
merged 6 commits into from
Aug 10, 2024

Conversation

jonahwilliams
Copy link
Contributor

@jonahwilliams jonahwilliams commented Aug 8, 2024

@@ -665,7 +665,7 @@ class DlColorFilterImageFilter final : public DlImageFilter {
class DlLocalMatrixImageFilter final : public DlImageFilter {
public:
explicit DlLocalMatrixImageFilter(const SkMatrix& matrix,
std::shared_ptr<DlImageFilter> filter)
std::shared_ptr<const DlImageFilter> filter)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this change I can't pass a composed image filter here

jonahwilliams added 2 commits August 8, 2024 23:25
@flutter-dashboard
Copy link

Golden file changes have been found for this pull request. Click here to view and triage (e.g. because this is an intentional change).

If you are still iterating on this change and are not ready to resolve the images on the Flutter Gold dashboard, consider marking this PR as a draft pull request above. You will still be able to view image results on the dashboard, commenting will be silenced, and the check will not try to resolve itself until marked ready for review.

Changes reported for pull request #54457 at sha 11a986b

@flutter-dashboard
Copy link

Golden file changes are available for triage from new commit, Click here to view.

Changes reported for pull request #54457 at sha 8bb7d1c

@@ -623,7 +623,7 @@ void DlDispatcherBase::saveLayer(const SkRect& bounds,
? ContentBoundsPromise::kMayClipContents
: ContentBoundsPromise::kContainsContents;
std::optional<Rect> impeller_bounds;
if (!options.content_is_unbounded()) {
if (!options.content_is_unbounded() || options.bounds_from_caller()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

found another bug. even if contents are unbounded, we should still treat them as bounded if the caller specified bounds

@flutter-dashboard
Copy link

Golden file changes are available for triage from new commit, Click here to view.

Changes reported for pull request #54457 at sha 236eab5

@flutter-dashboard
Copy link

Golden file changes are available for triage from new commit, Click here to view.

Changes reported for pull request #54457 at sha 2635665

@jonahwilliams
Copy link
Contributor Author

Since there is no SkMatrix::MakeRotationZ, I change a few of the matricies to be easier to represent.

@jonahwilliams jonahwilliams added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 10, 2024
@auto-submit auto-submit bot merged commit 98e1c7d into flutter:main Aug 10, 2024
31 checks passed
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 10, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 10, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 10, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Aug 10, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Aug 10, 2024
…153233)

flutter/engine@c11fe48...d409dcd

2024-08-10 [email protected] iOS,docs: Update iOS symbolication docs (flutter/engine#54494)
2024-08-10 [email protected] [iOS] Rename create_{full_,}ios_framework.py (flutter/engine#54493)
2024-08-10 [email protected] [Impeller] migrate blend tests to DL. (flutter/engine#54457)

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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
DBowen33 pushed a commit to DBowen33/flutter that referenced this pull request Aug 16, 2024
…lutter#153233)

flutter/engine@c11fe48...d409dcd

2024-08-10 [email protected] iOS,docs: Update iOS symbolication docs (flutter/engine#54494)
2024-08-10 [email protected] [iOS] Rename create_{full_,}ios_framework.py (flutter/engine#54493)
2024-08-10 [email protected] [Impeller] migrate blend tests to DL. (flutter/engine#54457)

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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Buchimi pushed a commit to Buchimi/flutter that referenced this pull request Sep 2, 2024
…lutter#153233)

flutter/engine@c11fe48...d409dcd

2024-08-10 [email protected] iOS,docs: Update iOS symbolication docs (flutter/engine#54494)
2024-08-10 [email protected] [iOS] Rename create_{full_,}ios_framework.py (flutter/engine#54493)
2024-08-10 [email protected] [Impeller] migrate blend tests to DL. (flutter/engine#54457)

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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
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 e: impeller will affect goldens
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants