projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dc5527
)
tgsi: silence compiler warning
author
Keith Whitwell
<keithw@vmware.com>
Wed, 19 Aug 2009 11:00:24 +0000
(12:00 +0100)
committer
Keith Whitwell
<keithw@vmware.com>
Wed, 19 Aug 2009 11:00:24 +0000
(12:00 +0100)
src/gallium/auxiliary/tgsi/tgsi_ureg.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_ureg.c
b/src/gallium/auxiliary/tgsi/tgsi_ureg.c
index 2121f4d77cfbace21fb3c55dad409bd3b4b3b75c..bbe06bfd7c671e80b6a27576a8d01d7d1df99b1a 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_ureg.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_ureg.c
@@
-393,7
+393,7
@@
struct ureg_src ureg_DECL_immediate( struct ureg_program *ureg,
unsigned nr )
{
unsigned i;
- unsigned swizzle;
+ unsigned swizzle
= 0
;
/* Could do a first pass where we examine all existing immediates
* without expanding.