From 5494b6869475abd8346e4525e7e1cb286ce8da54 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 17 Nov 2021 12:55:17 +0100 Subject: [PATCH] docs: add missing get This sentence doesn't make sense without a 'get' or something similar here. Acked-by: Chia-I Wu Part-of: --- docs/drivers/virgl.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/virgl.rst b/docs/drivers/virgl.rst index a6556c40133..38f51ea4bce 100644 --- a/docs/drivers/virgl.rst +++ b/docs/drivers/virgl.rst @@ -19,7 +19,7 @@ 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 -implemented purely on OpenGL so you can accelerated rendering on any +implemented purely on OpenGL so you can get accelerated rendering on any sufficiently capable card/driver combination. The project also consists of a complete Linux guest stack, composed of a