-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Screen/OSX: Make Intel iGPU pageflip checking on recent macOS more ro…
…bust. Turns out that at least under macOS 13 with Intel Kabylake iGPU, the lower bits of the live surface address register now encode something else than the surface base address. This throws off our pageflip update pending check. Mask out the lowest 12 bits of the read out surface address to fix the check. 12 bits will not make a difference, as no display surface would be small enough for those bits to matter. -> Fixes pageflip checking on MBP 2017 under macOS 13 Ventura on Intel iGPU.
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 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