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

Fix for multiple devices in one system. #1165

Merged
merged 1 commit into from
Oct 10, 2017

Conversation

AWoloszyn
Copy link
Contributor

Some systems, especially laptops, may have multiple adapters that
both support Vulkan. Furthermore, some drivers returns these
adapters in an effectively random order, or at least not
guaranteed to be the same between the tracing program, and
gapir. This remaps the physical devices on replay, so that
commands that were directed to a specific physical device are
directed to the same physical device if possible.

Some systems, especially laptops, may have multiple adapters that
both support Vulkan. Furthermore, some drivers returns these
adapters in an effectively random order, or at least not
guaranteed to be the same between the tracing program, and
gapir. This remaps the physical devices on replay, so that
commands that were directed to a specific physical device are
directed to the same physical device if possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants