Re: Performance issues with Lavapipe in Windows (?)

2023-04-04 Thread Adam Jackson
My first suspicion would be to rule out window system interaction. If you render to your own VkImage instead of to a swapchain, how fast can you go? - ajax On Tue, Apr 4, 2023 at 12:56 PM George Karpathios wrote: > Hi list, I hope all is well. > > I would like to ask if there are any known

Performance issues with Lavapipe in Windows (?)

2023-04-04 Thread George Karpathios
Hi list, I hope all is well. I would like to ask if there are any known issues regarding the performance of Lavapipe in Windows 10. I'm trying to add support for Vulkan software rendering into a relatively large 3d modeling/rendering application, so I opted to try Mesa and Lavapipe. I built LLVM