-
Notifications
You must be signed in to change notification settings - Fork 30.2k
[Impeller] Clip backdrop filter regions before applying expensive filters. #126696
Copy link
Copy link
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
From the issue #126353 , it looks like when applying a backdrop blur to a limited region of the screen that we're actually applying a blur to the entire backdrop texture. We should investigate why this is happening, as we could get some performance back by clipping or blitting this into a smaller texture first.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work liste: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.waiting for PR to land (fixed)A fix is in flightA fix is in flight