From: Michal Krol Date: Mon, 4 Jan 2010 11:52:43 +0000 (+0100) Subject: docs: Correct TGSI acronym expansion. X-Git-Tag: 062012170305~12852^2~1915^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6659681f2ec73026eecafd54bfad72c2712b4dd;p=profile%2Fivi%2Fmesa.git docs: Correct TGSI acronym expansion. --- diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 12687f2..12c3680 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.