From: Brian Paul Date: Sun, 18 Apr 2010 14:38:19 +0000 (-0600) Subject: llvmpipe: update comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d84b8cb1a8e3ce846de9affe2f72457c6e698872;p=mesa.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 6aa1e581bb3..18f28289e36 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