diff --git a/src/gallium/frontends/nine/pixelshader9.c b/src/gallium/frontends/nine/pixelshader9.c index 03402a27bf2..83c9ede9d7e 100644 --- a/src/gallium/frontends/nine/pixelshader9.c +++ b/src/gallium/frontends/nine/pixelshader9.c @@ -58,6 +58,7 @@ NinePixelShader9_ctor( struct NinePixelShader9 *This, info.const_b_base = NINE_CONST_B_BASE(NINE_MAX_CONST_F_PS3) / 16; info.sampler_mask_shadow = 0x0; info.fetch4 = 0x0; + info.force_color_in_centroid = 0; info.sampler_ps1xtypes = 0x0; info.fog_enable = 0; info.projected = 0;