From: Brian Paul Date: Sun, 18 Apr 2010 14:38:19 +0000 (-0600) Subject: llvmpipe: update comment X-Git-Tag: mesa-7.9-rc1~3713 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d84b8cb1a8e3ce846de9affe2f72457c6e698872;p=platform%2Fupstream%2Fmesa.git llvmpipe: update comment --- diff --git a/src/gallium/drivers/llvmpipe/lp_state_fs.c b/src/gallium/drivers/llvmpipe/lp_state_fs.c index 6aa1e58..18f2828 100644 --- a/src/gallium/drivers/llvmpipe/lp_state_fs.c +++ b/src/gallium/drivers/llvmpipe/lp_state_fs.c @@ -37,7 +37,7 @@ * - early depth test * - fragment shader * - alpha test - * - depth/stencil test (stencil TBI) + * - depth/stencil test * - blending * * This file has only the glue to assemble the fragment pipeline. The actual