-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance regression with Blendmode introduction #545
Comments
Hi @mihashco @JoogabYun Can you review this issue and performance check? |
Yes we are taking this seriously. We are trying to improve. |
I think the patch makes every layer rendering goes through intermediate buffer instead of only layers which needs this ( has blending mode ) . I think it will be better to revert this patch and put one slow path only for the particular usecase. |
Fixed with this patch. |
fixed by f969abf |
It appears that the commit that introduces the AfterEffects blend mode simulation vastly decreases the performance of the renderer.
1916436
The text was updated successfully, but these errors were encountered: