Module: Mesa Branch: lp-binning Commit: 4d2dc9da82fcb0464b88c273a606f16d0183a758 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d2dc9da82fcb0464b88c273a606f16d0183a758
Author: Brian Paul <[email protected]> Date: Wed Jan 20 11:32:48 2010 -0700 llvmpipe: updated comment --- 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 ab545ed..0053c1b 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
