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 12687f29dcd3213821972325ff8decf3f39bcd3c..12c368097349c6f0670adead0ecb21da40edbe14 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.