diff options
author | Brian Paul <[email protected]> | 2010-04-18 08:38:19 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-18 08:38:19 -0600 |
commit | d84b8cb1a8e3ce846de9affe2f72457c6e698872 (patch) | |
tree | 91e2de9c0fbb92f45673e5bbceb265afd6b2335f /src | |
parent | d7c336dc49f980cd129ebc159e11cd3ed9500e68 (diff) |
llvmpipe: update comment
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index 6aa1e581bb3..18f28289e36 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.c +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c @@ -37,7 +37,7 @@ * - early depth test * - fragment shader * - alpha test - * - depth/stencil test (stencil TBI) + * - depth/stencil test * - blending * * This file has only the glue to assemble the fragment pipeline. The actual |