forked from ValveSoftware/gamescope
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vblankmanager: Rework redzone + drawtime on VRR to be tight
We don't want to push forward and pre-empt things at all in VRR, we only use fixed refreshes in order to be able to push overlays. If we pre-empt too much, we risk going above 2 refresh cycles for overlay updates and causing stutters.
- Loading branch information
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters