llvmpipe: updated comment
authorBrian Paul <brianp@vmware.com>
Wed, 20 Jan 2010 18:32:48 +0000 (11:32 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 20 Jan 2010 18:32:48 +0000 (11:32 -0700)
src/gallium/drivers/llvmpipe/lp_state_fs.c

index ab545ed3de606807a3a2bba5cc9ee86c6774bbbc..0053c1b88b74dacd1a229a15bf41c238a4af87f5 100644 (file)
@@ -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