docs: Correct TGSI acronym expansion.

This commit is contained in:
Michal Krol
2010-01-04 12:52:43 +01:00
parent 54ddf642df
commit b6659681f2

View File

@@ -1,7 +1,7 @@
TGSI TGSI
==== ====
TGSI, Tungsten Graphics Shader Instructions, is an intermediate language TGSI, Tungsten Graphics Shader Infrastructure, is an intermediate language
for describing shaders. Since Gallium is inherently shaderful, shaders are for describing shaders. Since Gallium is inherently shaderful, shaders are
an important part of the API. TGSI is the only intermediate representation an important part of the API. TGSI is the only intermediate representation
used by all drivers. used by all drivers.