diff options
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 aec89f8b5c4..e49141b5e25 100644 --- a/src/gallium/docs/source/glossary.rst +++ b/src/gallium/docs/source/glossary.rst @@ -13,3 +13,7 @@ Glossary Transform, Clipping, & Lighting. The three stages of preparation in a rasterizing pipeline prior to the actual rasterization of vertices into fragments. + + NPOT + Non-power-of-two. Usually applied to textures which have at least one + dimension which is not a power of two. |