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

vulkaninfo: Correctly query per-surface queue support #1033

Merged
merged 3 commits into from
Sep 27, 2024

Commits on Sep 27, 2024

  1. vulkaninfo: Only iterate 2-call idiom when needed

    Previous implementation would always run the function 3 times no matter what.
    charles-lunarg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e80a06c View commit details
    Browse the repository at this point in the history
  2. vulkaninfo: Correctly query per-surface queue support

    The previous implementation did not differentiate when a single queue
    supported a specific surface. It will now print 'true' if all surfaces
    support presentation with a queue, 'false' if none, and otherwise prints
    each surface type's support if they aren't uniform in value.
    
    This makes the info regarding which queue supports presentation on a
    surface much easier to validate the correctness of.
    charles-lunarg committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    209234a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad3d0d View commit details
    Browse the repository at this point in the history