projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f20f2cc
)
r600g: Silence uninitialized variable warning.
author
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 12:31:31 +0000
(
05:31
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 12:31:31 +0000
(
05:31
-0700)
src/gallium/drivers/r600/r600_asm.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_asm.c
b/src/gallium/drivers/r600/r600_asm.c
index 9e5406f45e1be8e3992d800423840532b0b859bf..662b9b9115d015b76f7d9ce88491b7baa1d9260a 100644
(file)
--- a/
src/gallium/drivers/r600/r600_asm.c
+++ b/
src/gallium/drivers/r600/r600_asm.c
@@
-384,7
+384,7
@@
static int check_vector(struct r600_bc *bc, struct r600_bc_alu *alu)
static int check_and_set_bank_swizzle(struct r600_bc *bc, struct r600_bc_alu *alu_first)
{
- struct r600_bc_alu *alu;
+ struct r600_bc_alu *alu
= NULL
;
int num_instr = 1;
init_gpr(alu_first);