[gnome-boxes/virtio-gpu-and-virgl: 1/2] flatpak: Build QEMU with Virgil support
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/virtio-gpu-and-virgl: 1/2] flatpak: Build QEMU with Virgil support
- Date: Tue, 4 Dec 2018 13:39:50 +0000 (UTC)
commit d8fbd84e91ec9a67fcd2f6db2e7e9ee4887aa8c9
Author: Felipe Borges <felipeborges gnome org>
Date: Tue Dec 4 14:30:39 2018 +0100
flatpak: Build QEMU with Virgil support
QEMU can be compiled with additional support for Virgil which is a
solution that allows it to access the OpenGL capabilities of the
host machine's graphics adapter.
This way, the machine emulated by QEMU essentially uses the actual
hardware graphics card for accelerating graphics rendering.
See https://virgil3d.github.io
Fixes #83
build-aux/flatpak/org.gnome.Boxes.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 0f7112d4..24f7dbf4 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -263,11 +263,23 @@
}
]
},
+ {
+ "name" : "virglrenderer",
+ "sources" : [
+ {
+ "type" : "archive",
+ "url" :
"https://github.com/freedesktop/virglrenderer/archive/virglrenderer-0.7.0.tar.gz",
+ "sha256" : "e6cf19db769d44a7bc9cf5028d12e0b169c73444714badbd480c97d0386b2a98"
+ }
+ ]
+ },
{
"name" : "qemu",
"config-opts" : [
"--enable-kvm",
"--enable-spice",
+ "--enable-opengl",
+ "--enable-virglrenderer",
"--enable-usb-redir",
"--enable-smartcard"
],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]