summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/glossary.rst
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-18 15:24:51 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-01-18 15:30:28 -0800
commit4f52dfeda2b3bc40b6c0acea0e9012c3b8cb36e8 (patch)
tree9e4cf8c0299a1291e6bc44341f958de1695d61c4 /src/gallium/docs/source/glossary.rst
parent9811ebf61f5d1220ef0c7e33e6677304e9b31052 (diff)
docs: Slowly keep fleshing out more info.
Diffstat (limited to 'src/gallium/docs/source/glossary.rst')
-rw-r--r--src/gallium/docs/source/glossary.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/docs/source/glossary.rst b/src/gallium/docs/source/glossary.rst
index 6a9110ce78..aec89f8b5c 100644
--- a/src/gallium/docs/source/glossary.rst
+++ b/src/gallium/docs/source/glossary.rst
@@ -8,3 +8,8 @@ Glossary
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.
+
+ TCL
+ Transform, Clipping, & Lighting. The three stages of preparation in a
+ rasterizing pipeline prior to the actual rasterization of vertices into
+ fragments.