summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/glossary.rst
blob: aec89f8b5c48a62588c91583668819aa1f8f4dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.