docs: qemu -> QEMU

This is the official syling of the name, let's use that instead of
lower-case for consistensy.

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 12:48:45 +01:00 committed by Marge Bot
parent 5494b68694
commit 4ebd3b041b
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ What is Virgil?
---------------
Virgil is a research project to investigate the possibility of creating a
virtual 3D GPU for use inside qemu virtual machines, that allows the
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
independent of the host GPU.
@ -14,11 +14,11 @@ What exactly does it entail?
----------------------------
The project entails creating a virtual 3D capable graphics card for
virtual machines running inside qemu. The design of this card is based
virtual machines running inside QEMU. The design of this card is based
around the concepts of Gallium3D to make writing Mesa and (eventually)
Direct3D drivers for it easy. The card natively uses the Gallium TGSI
intermediate representation for its shaders. The implementation of
rendering for the card is done in the host system as part of qemu and is
rendering for the card is done in the host system as part of QEMU and is
implemented purely on OpenGL so you can get accelerated rendering on any
sufficiently capable card/driver combination.

View File

@ -33,7 +33,7 @@ Layered driver include:
Microsoft's Direct3D 12 API.
- :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
- `VirGL <drivers/virgl>` - research project for accelerated graphics
for qemu guests
for QEMU guests
- :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of
Khoronos' Vulkan API.