projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0349c9
)
softpipe: initialize quadColor2 to fix compile warnings
author
Marek Olšák
<maraeo@gmail.com>
Mon, 8 Oct 2012 23:11:56 +0000
(
01:11
+0200)
committer
Marek Olšák
<maraeo@gmail.com>
Mon, 8 Oct 2012 23:14:24 +0000
(
01:14
+0200)
src/gallium/drivers/softpipe/sp_quad_blend.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_quad_blend.c
b/src/gallium/drivers/softpipe/sp_quad_blend.c
index 5db787ba91a4db305e8b8dc6605204d0a48263ef..aba6730da050b3bcdd3771fcccfa96bbafe7de83 100644
(file)
--- a/
src/gallium/drivers/softpipe/sp_quad_blend.c
+++ b/
src/gallium/drivers/softpipe/sp_quad_blend.c
@@
-949,7
+949,7
@@
blend_fallback(struct quad_stage *qs,
for (q = 0; q < nr; q++) {
struct quad_header *quad = quads[q];
float (*quadColor)[4];
- float (*quadColor2)[4];
+ float (*quadColor2)[4]
= NULL
;
float temp_quad_color[TGSI_QUAD_SIZE][4];
const int itx = (quad->input.x0 & (TILE_SIZE-1));
const int ity = (quad->input.y0 & (TILE_SIZE-1));