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

Commit f90e580

Browse files
committed
updated jonahs comment
1 parent b035cd1 commit f90e580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ std::optional<Entity> GaussianBlurFilterContents::RenderFilter(
243243
}
244244

245245
Scalar desired_scalar = CalculateScale(sigma_);
246+
// TODO(jonahwilliams): If desired_scalar is 1.0 and we fully acquired the
247+
// gutter from the expanded_coverage_hint, we can skip the downsample pass.
248+
// pass.
246249
Vector2 downsample_scalar(desired_scalar, desired_scalar);
247250
Vector2 padded_size =
248251
Vector2(input_snapshot->texture->GetSize()) + 2.0 * padding;

0 commit comments

Comments
 (0)