diff options
author | Brian Paul <[email protected]> | 2010-04-20 10:56:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-04-20 10:56:01 -0600 |
commit | 3acb2b6b2f97dade44efdd81f482d6aa82ce338b (patch) | |
tree | 6073e06d8f42f7575c184cfdaee27507908a0257 | |
parent | 117bf856d876f8627459eecd579c5f6079a2be71 (diff) |
llvmpipe: remove dead code/comment
-rw-r--r-- | 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 cb1d7b2f82a..4234d40ccd9 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); |