i965g: Fix assertions that were always true.
[mesa.git] / src / gallium / docs / source / glossary.rst
index e49141b5e25670260fb81ae12e9face38f3fc055..0696cb5d27787b539e862cb8bfd3675943438380 100644 (file)
@@ -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.