Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
removed downsample size hack
  • Loading branch information
gaaclarke committed Dec 19, 2023
commit af9c37c8bc8ba747a46e22a234824ece77926ebe
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ std::optional<Entity> GaussianBlurFilterContents::RenderFilter(

Scalar desired_scalar =
std::min(CalculateScale(scaled_sigma.x), CalculateScale(scaled_sigma.y));
desired_scalar = 1.0;
// TODO(jonahwilliams): If desired_scalar is 1.0 and we fully acquired the
// gutter from the expanded_coverage_hint, we can skip the downsample pass.
// pass.
Expand Down