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

HSync flips should still be considered tearing #70

Closed
jenatali opened this issue Dec 3, 2019 · 1 comment
Closed

HSync flips should still be considered tearing #70

jenatali opened this issue Dec 3, 2019 · 1 comment

Comments

@jenatali
Copy link
Collaborator

jenatali commented Dec 3, 2019

When an MMIOFlip's FlipEntryStatusAfterFlip is FlipWaitHSync, PresentMon will wait until an HSync DPC event comes in before considering the frame completed, which enables for more accurate timing than just assuming it completes immediately. However, an HSync is still a tearing Present, while PresentMon currently treats it the same as a VSync, which is non-tearing. We should track this metadata correctly.

@JeffersonMontgomery-Intel
Copy link
Collaborator

Should be fixed in master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants