Add Gallium docs.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Sun, 20 Dec 2009 23:00:40 +0000 (15:00 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Sun, 20 Dec 2009 23:00:40 +0000 (15:00 -0800)
commitc686e17e52eb9964137fd1a46fbbc96e368b6286
tree46c6d5e3c4374b7557bdca513e52142a4ef03229
parent65ecbdd49c130fbc790cd37d7c035349c70259a4
Add Gallium docs.

In Sphinx/ReST format.
12 files changed:
src/gallium/docs/Makefile [new file with mode: 0644]
src/gallium/docs/make.bat [new file with mode: 0644]
src/gallium/docs/source/conf.py [new file with mode: 0644]
src/gallium/docs/source/cso.rst [new file with mode: 0644]
src/gallium/docs/source/cso/blend.rst [new file with mode: 0644]
src/gallium/docs/source/cso/dsa.rst [new file with mode: 0644]
src/gallium/docs/source/cso/rasterizer.rst [new file with mode: 0644]
src/gallium/docs/source/cso/sampler.rst [new file with mode: 0644]
src/gallium/docs/source/cso/shader.rst [new file with mode: 0644]
src/gallium/docs/source/index.rst [new file with mode: 0644]
src/gallium/docs/source/intro.rst [new file with mode: 0644]
src/gallium/docs/source/tgsi.rst [new file with mode: 0644]