gallium-docs: Add PIPE_CAP info.

This commit is contained in:
Corbin Simpson
2010-01-28 12:22:08 -08:00
parent f20e83210e
commit a5f7c63fc0
2 changed files with 67 additions and 0 deletions

View File

@@ -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.