Skip to content
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

[Impeller] AHB swapchain has synchronization issue on present. #148139

Open
jonahwilliams opened this issue May 10, 2024 · 0 comments
Open

[Impeller] AHB swapchain has synchronization issue on present. #148139

jonahwilliams opened this issue May 10, 2024 · 0 comments
Labels
e: impeller Impeller rendering backend issues and features requests P2 Important issues not at the top of the work list team-engine Owned by Engine team triaged-engine Triaged by Engine team

Comments

@jonahwilliams
Copy link
Member

Disabling in flutter/engine#52713

On the drawpoints macrobenchmark app, repeatidly toggling the performance overlay causes graphical artifacts. We tried increasing the host buffer pool and removing buffer recycling and the issue persisted. This indicates that it is a potential problem on the synchronization fence when presenting.

At present, we're unsure of the correct barrier, or if we need to synchronize on the CPU (though it seems like that would defeat the purpose?).

@jonahwilliams jonahwilliams added e: impeller Impeller rendering backend issues and features requests team-engine Owned by Engine team P2 Important issues not at the top of the work list triaged-engine Triaged by Engine team labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
e: impeller Impeller rendering backend issues and features requests P2 Important issues not at the top of the work list team-engine Owned by Engine team triaged-engine Triaged by Engine team
Projects
None yet
Development

No branches or pull requests

1 participant