-
Notifications
You must be signed in to change notification settings - Fork 624
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
qemu: support OpenGL acceleration (VirGL) #2086
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
If I understand correctly, you need to configure the QEMU build
And then make sure to use the new device, when starting the VM
https://www.qemu.org/docs/master/system/devices/virtio-gpu.html There should be a EDIT: Also need to set
|
Support for Venus was recently merged to QEMU: qemu/qemu@e4bad9c |
Patches in https://github.com/akihikodaki/virglrenderer/commits/macos/ are still not upstreamed to https://gitlab.freedesktop.org/virgl/virglrenderer |
@akihikodaki May I ask if you are planning to submit your macOS patches in https://github.com/akihikodaki/virglrenderer/commits/macos/ to the upstream repo (https://gitlab.freedesktop.org/virgl/virglrenderer)? |
@AkihiroSuda It depends on a libepoxy change which has not landed yet: anholt/libepoxy#239 |
UTM seems to have been supporting VirGL with forked repos:
https://github.com/utmapp/UTM/blob/62bd84c78c045870c580df34c1ba233d75e02995/patches/sources#L38-L45
I'm not sure we can just use them in Homebrew's QEMU. Maybe we need a custom Tap.
The text was updated successfully, but these errors were encountered: