Hi
From what I get a virtio-gpu windows guest driver already exist but there is no support for 3D acceleration with VirGL (on host) as renderer
On Linux a 3D acceleration on a virtio-gpu-gl is supported through Mesa Drivers
For windows there is support for Mesa Driver, I would like to investigate the possibility of using this drivers to interact with the virtio-gpu of this repo so to enable 3D acceleration on windows
The basic idea is:
- Virtio-gpu-gl driver exposing a vGPU
- Mesa driver using such vGPU
- WindowsOS using Mesa Driver
(I know about VFIO, GPUPassthrough, Nvidia Grid ecc, but this would be a more Flexible, Hardware Agnostic and Open Source option)
Is this achievable? Or am I missing something?
Thanks,
Luca
Hi
From what I get a virtio-gpu windows guest driver already exist but there is no support for 3D acceleration with VirGL (on host) as renderer
On Linux a 3D acceleration on a virtio-gpu-gl is supported through Mesa Drivers
For windows there is support for Mesa Driver, I would like to investigate the possibility of using this drivers to interact with the virtio-gpu of this repo so to enable 3D acceleration on windows
The basic idea is:
(I know about VFIO, GPUPassthrough, Nvidia Grid ecc, but this would be a more Flexible, Hardware Agnostic and Open Source option)
Is this achievable? Or am I missing something?
Thanks,
Luca