From 76ee3eeae95be427dfb3a661d8dbe8d05a5bbec3 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 17 Nov 2021 13:01:21 +0100 Subject: [PATCH] docs: Virgl -> VirGL The name used for this project is usually stylized as VirGL instead of "Virgil" or "Virgil 3D" these days. Let's be consistent. Acked-by: Chia-I Wu Part-of: --- docs/drivers/virgl.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/drivers/virgl.rst b/docs/drivers/virgl.rst index fefb108a88c..9a40d8862cb 100644 --- a/docs/drivers/virgl.rst +++ b/docs/drivers/virgl.rst @@ -1,10 +1,10 @@ -Virgil 3d project -================= +VirGL project +============= -What is Virgil? ---------------- +What is VirGL? +-------------- -Virgil is a research project to investigate the possibility of creating a +VirGL is a research project to investigate the possibility of creating a virtual 3D GPU for use inside QEMU virtual machines, that allows the guest operating system to use the capabilities of the host GPU to accelerate 3D rendering. The plan is to have a guest GPU that is fully @@ -73,7 +73,7 @@ virglrenderer: the GL renderer http://cgit.freedesktop.org/virglrenderer git://g Authors and Contributors ------------------------ -Virgil is a research project undertaken by Dave Airlie at Red Hat. It +VirGL is a research project undertaken by Dave Airlie at Red Hat. It builds on lots of open source work in a number of projects, primarily the Gallium 3D code from the Mesa project.