summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/docs/source/glossary.rst')
-rw-r--r--src/gallium/docs/source/glossary.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gallium/docs/source/glossary.rst b/src/gallium/docs/source/glossary.rst
new file mode 100644
index 00000000000..aec89f8b5c4
--- /dev/null
+++ b/src/gallium/docs/source/glossary.rst
@@ -0,0 +1,15 @@
+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.
+
+ TCL
+ Transform, Clipping, & Lighting. The three stages of preparation in a
+ rasterizing pipeline prior to the actual rasterization of vertices into
+ fragments.