vl/compositor: cleanup background clearing
[mesa.git] / src / gallium / state_trackers / vdpau / mixer.c
index 81a5c2936853309aa4f1bbaf7c45ade5f9459c59..1d2ae497b0704ce0a22ccfeb53dcd2b235559832 100644 (file)
@@ -312,7 +312,7 @@ VdpStatus vlVdpVideoMixerRender(VdpVideoMixer mixer,
    if (!vmixer->noise_reduction.filter && !vmixer->sharpness.filter)
       vlVdpSave4DelayedRendering(vmixer->device, destination_surface, &vmixer->cstate);
    else {
-      vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area);
+      vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area, true);
 
       /* applying the noise reduction after scaling is actually not very
          clever, but currently we should avoid to copy around the image