diff options
author | Brian Paul <[email protected]> | 2010-01-20 11:32:48 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-01-20 11:32:48 -0700 |
commit | 4d2dc9da82fcb0464b88c273a606f16d0183a758 (patch) | |
tree | 8e5689b9cb3c8ab0757d280410bb8446fa17f8bd /src/gallium/drivers/llvmpipe | |
parent | ec459f2aeca39e51f495cde455ba18d0a9489caa (diff) |
llvmpipe: updated comment
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_state_fs.c | 2 |
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 ab545ed3de6..0053c1b88b7 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 |