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 <olvaffe@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13836>
This commit is contained in:
Erik Faye-Lund 2021-11-17 13:01:21 +01:00 committed by Marge Bot
parent 4ebd3b041b
commit 76ee3eeae9
1 changed files with 6 additions and 6 deletions

View File

@ -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.