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

Support vsync in all hardware backends, support runtime update #12659

Merged
merged 4 commits into from
Mar 1, 2020

Commits on Mar 1, 2020

  1. GPU: Centralize vsync interval logic.

    We already do unthrottle checking here.
    unknownbrackets committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    3c1e8ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc90fae View commit details
    Browse the repository at this point in the history
  3. Vulkan: Present using FIFO for vsync.

    This allows the setting to be changed at runtime in Vulkan too.
    
    Should help hrydgard#10105.
    unknownbrackets committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    2a3fd05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f86b6f View commit details
    Browse the repository at this point in the history