diff options
author | Corbin Simpson <[email protected]> | 2010-01-28 12:22:08 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-01-28 12:22:51 -0800 |
commit | a5f7c63fc09d9924f3579bcef178e75fec6bfac3 (patch) | |
tree | 8974eaacd493d8671267b1cb8903bbf996b1fa18 /src/gallium/docs/source/glossary.rst | |
parent | f20e83210e81a33712f52eaa8d944d116b56b46c (diff) |
gallium-docs: Add PIPE_CAP info.
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. |