projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ee438
)
gallivm: silence uninitialized var warning
author
Brian Paul
<brianp@vmware.com>
Thu, 13 May 2010 19:24:21 +0000
(13:24 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 13 May 2010 20:15:44 +0000
(14:15 -0600)
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index 00628054728311ec760f22481c1903c13c4acd94..8db6501c80ee31d79439ae667733d27f60086bcb 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@
-420,7
+420,7
@@
emit_fetch(
const struct tgsi_full_src_register *reg = &inst->Src[index];
unsigned swizzle = tgsi_util_get_full_src_register_swizzle( reg, chan_index );
LLVMValueRef res;
- LLVMValueRef addr;
+ LLVMValueRef addr
= NULL
;
switch (swizzle) {
case TGSI_SWIZZLE_X: