mesa/src/gallium/docs/source/glossary.rst

16 lines
420 B
ReStructuredText
Raw Normal View History

2009-12-21 04:37:40 +00:00
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.