docs: add missing get

This sentence doesn't make sense without a 'get' or something similar
here.

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:55:17 +01:00 committed by Marge Bot
parent 2015d458b6
commit 5494b68694
1 changed files with 1 additions and 1 deletions

View File

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