projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ddf64
)
docs: Correct TGSI acronym expansion.
author
Michal Krol
<michal@vmware.com>
Mon, 4 Jan 2010 11:52:43 +0000
(12:52 +0100)
committer
Michal Krol
<michal@vmware.com>
Mon, 4 Jan 2010 11:52:43 +0000
(12:52 +0100)
src/gallium/docs/source/tgsi.rst
patch
|
blob
|
history
diff --git
a/src/gallium/docs/source/tgsi.rst
b/src/gallium/docs/source/tgsi.rst
index 12687f29dcd3213821972325ff8decf3f39bcd3c..12c368097349c6f0670adead0ecb21da40edbe14 100644
(file)
--- a/
src/gallium/docs/source/tgsi.rst
+++ b/
src/gallium/docs/source/tgsi.rst
@@
-1,7
+1,7
@@
TGSI
====
-TGSI, Tungsten Graphics Shader In
structions
, is an intermediate language
+TGSI, Tungsten Graphics Shader In
frastructure
, 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.