docs: Correct TGSI acronym expansion.
authorMichal Krol <michal@vmware.com>
Mon, 4 Jan 2010 11:52:43 +0000 (12:52 +0100)
committerMichal Krol <michal@vmware.com>
Mon, 4 Jan 2010 11:52:43 +0000 (12:52 +0100)
src/gallium/docs/source/tgsi.rst

index 12687f2..12c3680 100644 (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.