Module: Mesa Branch: gallium-docs Commit: b6659681f2ec73026eecafd54bfad72c2712b4dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6659681f2ec73026eecafd54bfad72c2712b4dd
Author: Michal Krol <[email protected]> Date: Mon Jan 4 12:52:43 2010 +0100 docs: Correct TGSI acronym expansion. --- src/gallium/docs/source/tgsi.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
