diff options
author | Corbin Simpson <[email protected]> | 2010-01-30 12:11:28 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-30 12:16:10 -0800 |
commit | 268cc5ff38d3df96781b53bbbdfc3fd7cfe09fc2 (patch) | |
tree | 556b9a6789ea0f04dc6c5fa080ba9f61990c98d6 /src/gallium/docs/source/glossary.rst | |
parent | bfbec0818f0e7ab9358809a1af732a1366245507 (diff) |
gallium-docs: Fix missing PIPE_CAPs.
Hmm, need to cross-ref those TGSI things. My work is never done... :3
Diffstat (limited to 'src/gallium/docs/source/glossary.rst')
-rw-r--r-- | src/gallium/docs/source/glossary.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/docs/source/glossary.rst b/src/gallium/docs/source/glossary.rst index e49141b5e25..0696cb5d277 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. |