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.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/docs/source/glossary.rst b/src/gallium/docs/source/glossary.rst
index e49141b5e2..0696cb5d27 100644
--- a/src/gallium/docs/source/glossary.rst
+++ b/src/gallium/docs/source/glossary.rst
@@ -17,3 +17,7 @@ Glossary
NPOT
Non-power-of-two. Usually applied to textures which have at least one
dimension which is not a power of two.
+
+ LOD
+ Level of Detail. Also spelled "LoD." The value that determines when the
+ switches between mipmaps occur during texture sampling.