summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-01-20 11:32:48 -0700
committerBrian Paul <brianp@vmware.com>2010-01-20 11:32:48 -0700
commit4d2dc9da82fcb0464b88c273a606f16d0183a758 (patch)
tree8e5689b9cb3c8ab0757d280410bb8446fa17f8bd /src/gallium/drivers/llvmpipe
parentec459f2aeca39e51f495cde455ba18d0a9489caa (diff)
llvmpipe: updated comment
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_state_fs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c
index ab545ed3de..0053c1b88b 100644
--- a/src/gallium/drivers/llvmpipe/lp_state_fs.c
+++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c
@@ -31,6 +31,8 @@
* Code generate the whole fragment pipeline.
*
* The fragment pipeline consists of the following stages:
+ * - triangle edge in/out testing
+ * - scissor test
* - stipple (TBI)
* - early depth test
* - fragment shader