summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-18 08:38:19 -0600
committerBrian Paul <brianp@vmware.com>2010-04-18 08:38:19 -0600
commitd84b8cb1a8e3ce846de9affe2f72457c6e698872 (patch)
tree91e2de9c0fbb92f45673e5bbceb265afd6b2335f /src
parentd7c336dc49f980cd129ebc159e11cd3ed9500e68 (diff)
llvmpipe: update comment
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.c2
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 6aa1e581bb..18f28289e3 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