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

Vulkan software renderer fallback? #144

Open
osnr opened this issue May 24, 2024 · 1 comment
Open

Vulkan software renderer fallback? #144

osnr opened this issue May 24, 2024 · 1 comment

Comments

@osnr
Copy link
Collaborator

osnr commented May 24, 2024

probably lavapipe since it's built-in -- fallback for GPUs where the drivers don't work (nvidia right now, although hopefully we can just fix that) and for virtual machines

@osnr
Copy link
Collaborator Author

osnr commented May 24, 2024

think we would need to do the plumbing to have lavapipe render to an in-memory buffer + revive something like the fbdev or libdrm code path that can blit that buffer to the screen (which should work on pretty much any hardware), lavapipe doesn't support the vk display extension that we use for real GPUs

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

No branches or pull requests

1 participant