mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
softpipe: initialize quadColor2 to fix compile warnings
This commit is contained in:
parent
d0349c91c8
commit
fd3219962d
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue