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

[Impeller] Add non-rrect polygon to shadow test #37296

Merged
merged 3 commits into from
Nov 4, 2022

Conversation

bdero
Copy link
Member

@bdero bdero commented Nov 3, 2022

This demonstrates remaining shadow quality issues caused by the gaussian blur downsampling curve.

image

@bdero bdero requested a review from zanderso November 3, 2022 20:33
@bdero bdero self-assigned this Nov 3, 2022
@bdero bdero force-pushed the bdero/shar-shadow-test branch from 18a7409 to b571563 Compare November 3, 2022 20:33
@bdero bdero requested a review from chinmaygarde November 3, 2022 20:33
@@ -676,7 +698,7 @@ TEST_P(DisplayListTest, CanDrawShadow) {
}

ASSERT_TRUE(OpenPlaygroundHere(builder.Build()));
}
} // namespace testing
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Don't think this is the end of the namespace. Perhaps your editor is confused?

Copy link
Member Author

Choose a reason for hiding this comment

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

Whoops! I trigger clang format runs in the middle of writing code often. Fixed.

@bdero bdero added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 3, 2022
@auto-submit auto-submit bot merged commit af61d40 into flutter:main Nov 4, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 4, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Nov 4, 2022
…114667)

* 49acbfb08 Make iOS PlatformView to reuse VisualEffectView when possible. (flutter/engine#37263)

* 48f31a539 Roll Skia from 8e48bb8ea52e to 10acfb0efbc9 (2 revisions) (flutter/engine#37300)

* af61d4092 [Impeller] Add non-rrect polygon to shadow test (flutter/engine#37296)

* 97fb982f3 [web] Improve CPU usage when building wasm_release (flutter/engine#37294)

* ca0755adc Roll Skia from 10acfb0efbc9 to b8209dce9a48 (1 revision) (flutter/engine#37303)

* 44398ccf5 Make hot reload work (flutter/engine#37304)

* 69a275300 Roll Fuchsia Mac SDK from mOXbRSWGSdWRXIefR... to JKfnEvEVIL_Cg3_9f... (flutter/engine#37305)
schwa423 pushed a commit to schwa423/engine that referenced this pull request Nov 16, 2022
* Add non-rrect shadow to test

* Remove weird namespace comment

* Remove constant
shogohida pushed a commit to shogohida/flutter that referenced this pull request Dec 7, 2022
…lutter#114667)

* 49acbfb08 Make iOS PlatformView to reuse VisualEffectView when possible. (flutter/engine#37263)

* 48f31a539 Roll Skia from 8e48bb8ea52e to 10acfb0efbc9 (2 revisions) (flutter/engine#37300)

* af61d4092 [Impeller] Add non-rrect polygon to shadow test (flutter/engine#37296)

* 97fb982f3 [web] Improve CPU usage when building wasm_release (flutter/engine#37294)

* ca0755adc Roll Skia from 10acfb0efbc9 to b8209dce9a48 (1 revision) (flutter/engine#37303)

* 44398ccf5 Make hot reload work (flutter/engine#37304)

* 69a275300 Roll Fuchsia Mac SDK from mOXbRSWGSdWRXIefR... to JKfnEvEVIL_Cg3_9f... (flutter/engine#37305)
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
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants