commit | c686e17e52eb9964137fd1a46fbbc96e368b6286 | [log] [tgz] |
---|---|---|
author | Corbin Simpson <MostAwesomeDude@gmail.com> | Sun Dec 20 15:00:40 2009 -0800 |
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | Sun Dec 20 15:00:40 2009 -0800 |
tree | 46c6d5e3c4374b7557bdca513e52142a4ef03229 | |
parent | 65ecbdd49c130fbc790cd37d7c035349c70259a4 [diff] [blame] |
Add Gallium docs. In Sphinx/ReST format.
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst new file mode 100644 index 0000000..2474925 --- /dev/null +++ b/src/gallium/docs/source/tgsi.rst
@@ -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.