diff options
author | Cooper Yuan <[email protected]> | 2009-11-05 16:06:01 +0800 |
---|---|---|
committer | Cooper Yuan <[email protected]> | 2009-11-05 16:06:01 +0800 |
commit | e0590159ce68e0fc9bac21bcfddc9193f4ccdac5 (patch) | |
tree | c6ed21e4f4d3d2631828351250e380f71a6154cf | |
parent | c621c100b25c83ee9790ed39b27bd95a13a69377 (diff) |
g3dvl: remove a debug line
-rw-r--r-- | src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c | 1 |
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 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); |