FolkComputer / folk

🎁 Physical computing system.
https://folk.computer
Apache License 2.0
69 stars 4 forks source link

Vulkan software renderer fallback? #144

Open osnr opened 3 months ago

osnr commented 3 months ago

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 commented 3 months ago

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