projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70b27be
)
llvmpipe: Remove dead initialization.
author
Vinson Lee
<vlee@vmware.com>
Sun, 18 Jul 2010 08:14:36 +0000
(
01:14
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 18 Jul 2010 08:14:36 +0000
(
01:14
-0700)
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 90d2b26f9f2fa81d549ab8e1c02c4a08a7d3776e..78744da500bc6495e61d697e5ce615b660323501 100644
(file)
--- a/
src/gallium/drivers/llvmpipe/lp_bld_interp.c
+++ b/
src/gallium/drivers/llvmpipe/lp_bld_interp.c
@@
-261,7
+261,7
@@
attribs_update(struct lp_build_interp_soa_context *bld, int quad_index)
const unsigned interp = bld->interp[attrib];
for(chan = 0; chan < NUM_CHANNELS; ++chan) {
if(mask & (1 << chan)) {
- LLVMValueRef a
= coeff_bld->undef
;
+ LLVMValueRef a;
if (interp == LP_INTERP_CONSTANT ||
interp == LP_INTERP_FACING) {
a = bld->a[attrib][chan];