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

vk: Restructure present mechanism #6069

Merged
merged 3 commits into from Jun 10, 2019
Merged

vk: Restructure present mechanism #6069

merged 3 commits into from Jun 10, 2019

Commits on Jun 10, 2019

  1. vk: Move frame present synchronization to the driver

    - Just use a semaphore and let the driver handle it instead of manual framepacing.
      We lose framepace control but drivers have matured in the past few years so it should work fine.
    kd-11 committed Jun 10, 2019
    Copy the full SHA
    925634e View commit details
    Browse the repository at this point in the history
  2. rsx: Clean up window management code

    - Removes a lot of wm_event code that was used to perform window management and is no longer needed.
    - Significantly simplifies the vulkan code.
    - Implements resource management when vulkan window is minimized to allow resources to be freed.
    kd-11 committed Jun 10, 2019
    Copy the full SHA
    8ce0122 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ebec121 View commit details
    Browse the repository at this point in the history