From: Cooper Yuan Date: Thu, 5 Nov 2009 08:06:01 +0000 (+0800) Subject: g3dvl: remove a debug line X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0590159ce68e0fc9bac21bcfddc9193f4ccdac5;p=mesa.git g3dvl: remove a debug line --- diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c index 12eef78b762..c4ba69817f9 100644 --- a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c +++ b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c @@ -1392,7 +1392,6 @@ flush(struct vl_mpeg12_mc_renderer *r) vb_start += num_macroblocks[MACROBLOCK_TYPE_BI_FIELD_PRED] * 24; } - r->pipe->clear(r->pipe, 1, a, 1, 0); r->pipe->flush(r->pipe, PIPE_FLUSH_RENDER_CACHE, r->fence); pipe_surface_reference(&r->fb_state.cbufs[0], NULL);