projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117bf85
)
llvmpipe: remove dead code/comment
author
Brian Paul
<brianp@vmware.com>
Tue, 20 Apr 2010 16:56:01 +0000
(10:56 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 20 Apr 2010 16:56:01 +0000
(10:56 -0600)
src/gallium/drivers/llvmpipe/lp_bld_interp.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_bld_interp.c
b/src/gallium/drivers/llvmpipe/lp_bld_interp.c
index cb1d7b2f82a12906866ff41ac840a7988de46be3..4234d40ccd947a4b3d9436d8beb4c496e4860db1 100644
(file)
--- 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);