-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#46281Closed
Copy link
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 requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
This issue is being tracked as a golden with AiksTest.CanRenderForegroundAdvancedBlendWithMaskBlur.
The applied blend should only be impacting colors of the shape modulated by the blurred mask. However, the blend affects pixels outside the blurred area. This isn't something that can be solved inside of the GPU blend filter itself -- this needs to be resolved during the geometry negotiation in Aiks, which actually handles applying both the mask blur and color filter.
For this case:
- The color filter should be getting applied on the CPU.
- The mask blur should be getting applied as a single Gaussian Blur over the rendered geometry.
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 requeststeam-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
