docs: Correct TGSI acronym expansion.

This commit is contained in:
Michal Krol 2010-01-04 12:52:43 +01:00
parent 54ddf642df
commit b6659681f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
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
an important part of the API. TGSI is the only intermediate representation
used by all drivers.