Files
flutter/engine/src
Jim Graham e6185c3471 [Impeller] Avoid NaN values when setting up for the fast squircle blur shader (#162421)
Fixes https://github.com/flutter/flutter/issues/162128

Zero dimensioned rectangle blurs were causing the setup code to generate
NaN values. This condition could also happen for some very thin or short
rectangles so rather than just rule out zero-dimensioned rectangles, the
uniforms are checked for NaN values and the operation is skipped in
those cases.
2025-01-30 03:26:14 +00:00
..
2024-12-17 14:00:52 -08:00
2024-12-17 14:00:52 -08:00
2024-12-17 14:00:52 -08:00
2024-12-17 14:00:52 -08:00
2024-12-17 14:00:52 -08:00
2024-12-17 14:00:52 -08:00
2024-12-17 14:00:52 -08:00

OpenSSF Scorecard

buildroot

Build environment for the Flutter engine

This repository is used by the flutter/engine repository. For instructions on how to use it, see that repository's CONTRIBUTING.md file.

To update your checkout to use the latest buildroot, run gclient sync.

To submit patches to this buildroot repository, create a branch, push to that branch, then submit a PR on GitHub for that branch.

To point the engine to a new version of buildroot after your patch is merged, update the buildroot hash in the engine's DEPS file.