commit | 9ddeab48c85d45b7b7cc781dcf566e0767c84ba5 | [log] [tgz] |
---|---|---|
author | Corbin Simpson <MostAwesomeDude@gmail.com> | Sun Dec 20 20:37:40 2009 -0800 |
committer | Corbin Simpson <MostAwesomeDude@gmail.com> | Mon Dec 21 18:01:24 2009 -0800 |
tree | 7fdee8f0ba3539e2400526d11ebb676b2867972d | |
parent | f3347fe397cb917dbfc18f87795a5187f2763019 [diff] [blame] |
More docs. Glossary.
diff --git a/src/gallium/docs/source/glossary.rst b/src/gallium/docs/source/glossary.rst new file mode 100644 index 0000000..6a9110c --- /dev/null +++ b/src/gallium/docs/source/glossary.rst
@@ -0,0 +1,10 @@ +Glossary +======== + +.. glossary:: + :sorted: + + MSAA + Multi-Sampled Anti-Aliasing. A basic anti-aliasing technique that takes + multiple samples of the depth buffer, and uses this information to + smooth the edges of polygons.