summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorCooper Yuan <cooperyuan@gmail.com>2009-11-05 16:06:01 +0800
committerCooper Yuan <cooperyuan@gmail.com>2009-11-05 16:06:01 +0800
commite0590159ce68e0fc9bac21bcfddc9193f4ccdac5 (patch)
treec6ed21e4f4d3d2631828351250e380f71a6154cf /src/gallium
parentc621c100b25c83ee9790ed39b27bd95a13a69377 (diff)
g3dvl: remove a debug line
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
index 12eef78b76..c4ba69817f 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);