Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upis_ready_to_paint_image_output can easily return true erroneously when under CPU load #5243
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function tries to determine when it is safe to save a screenshot for reftests. However, it depends on other tasks setting state and sending messages to the compositor.
It's quite easy for this to return an incorrect value when the CPU is under load.
We need a better way to detect when it is safe to save a reftest screenshot.