Mesa (master): llvmpipe: remove dead code/comment

Brian Paul brianp at kemper.freedesktop.org
Tue Apr 20 17:46:10 UTC 2010


Module: Mesa
Branch: master
Commit: 3acb2b6b2f97dade44efdd81f482d6aa82ce338b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3acb2b6b2f97dade44efdd81f482d6aa82ce338b

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Apr 20 10:56:01 2010 -0600

llvmpipe: remove dead code/comment

---

 src/gallium/drivers/llvmpipe/lp_bld_interp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_bld_interp.c b/src/gallium/drivers/llvmpipe/lp_bld_interp.c
index cb1d7b2..4234d40 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_interp.c
+++ b/src/gallium/drivers/llvmpipe/lp_bld_interp.c
@@ -237,8 +237,6 @@ attribs_update(struct lp_build_interp_soa_context *bld, int quad_index)
                   res = lp_build_add(&bld->base, res, dady);
                }
 
-               //XXX bld->attribs_pre[attrib][chan] = res;
-
                if (mode == TGSI_INTERPOLATE_PERSPECTIVE) {
                   LLVMValueRef w = bld->pos[3];
                   assert(attrib != 0);




More information about the mesa-commit mailing list