diff --git a/src/gallium/frontends/nine/nine_ff.c b/src/gallium/frontends/nine/nine_ff.c index b8682b968f9..2406e82adf6 100644 --- a/src/gallium/frontends/nine/nine_ff.c +++ b/src/gallium/frontends/nine/nine_ff.c @@ -1951,7 +1951,7 @@ nine_ff_load_lights(struct NineDevice9 *device) dst[19].z = dst[25].z * mtl->Ambient.b + mtl->Emissive.b; } - if (!(context->changed.group & NINE_STATE_FF_LIGHTING)) + if (!(context->changed.group & NINE_STATE_FF_LIGHTING) && !IS_D3DTS_DIRTY(context, VIEW)) return; for (l = 0; l < context->ff.num_lights_active; ++l) {