From: Brian Paul Date: Wed, 20 Jan 2010 18:32:48 +0000 (-0700) Subject: llvmpipe: updated comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4d2dc9da82fcb0464b88c273a606f16d0183a758;p=mesa.git llvmpipe: updated comment --- 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