summaryrefslogtreecommitdiff
path: root/src/gallium/docs/build/html/_sources/tgsi.txt
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-20 15:02:33 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-12-20 15:02:33 -0800
commita8df5cad9de6570ae1b73a2e51be09a09f67ab51 (patch)
treea59ed338a40155a88fe9fa2845ffeb664ccf10a9 /src/gallium/docs/build/html/_sources/tgsi.txt
parentc686e17e52eb9964137fd1a46fbbc96e368b6286 (diff)
Add a compiled HTML doctree.
Diffstat (limited to 'src/gallium/docs/build/html/_sources/tgsi.txt')
-rw-r--r--src/gallium/docs/build/html/_sources/tgsi.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/docs/build/html/_sources/tgsi.txt b/src/gallium/docs/build/html/_sources/tgsi.txt
new file mode 100644
index 0000000000..2474925b46
--- /dev/null
+++ b/src/gallium/docs/build/html/_sources/tgsi.txt
@@ -0,0 +1,7 @@
+TGSI
+====
+
+TGSI, Tungsten Graphics Shader Instructions, 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.