Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vblank: be more defensive against NVIDIA
There is a bug in the NVIDIA driver that it sometimes does not store msc into the pointer we passed to glXWaitVideoSyncSGI, leaving `last_msc` uninitialized. This change makes sure `last_msc` is always initialized regardless of this bug. Signed-off-by: Yuxuan Shui <[email protected]>
- Loading branch information