summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2010-01-04 12:52:43 +0100
committerMichal Krol <michal@vmware.com>2010-01-04 12:52:43 +0100
commitb6659681f2ec73026eecafd54bfad72c2712b4dd (patch)
treeeb2f702b2fc6e2726de740e933a7048ae7298439 /src
parent54ddf642dfaea3532b60c8239cb6a83950762e43 (diff)
docs: Correct TGSI acronym expansion.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/docs/source/tgsi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 12687f29dc..12c3680973 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -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.