projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c621c10
)
g3dvl: remove a debug line
author
Cooper Yuan
<cooperyuan@gmail.com>
Thu, 5 Nov 2009 08:06:01 +0000
(16:06 +0800)
committer
Cooper Yuan
<cooperyuan@gmail.com>
Thu, 5 Nov 2009 08:06:01 +0000
(16:06 +0800)
src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
b/src/gallium/auxiliary/vl/vl_mpeg12_mc_renderer.c
index 12eef78b762da81233ed11e1ec93fc4a77a3142e..c4ba69817f9df99f12aeff3a6a9b0197c3405c9b 100644
(file)
--- 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);