projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0109e1b
)
mesa: remove debug flush call
author
Brian Paul
<brianp@vmware.com>
Mon, 10 Aug 2009 20:15:56 +0000
(14:15 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 10 Aug 2009 20:15:56 +0000
(14:15 -0600)
src/mesa/drivers/common/meta.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/common/meta.c
b/src/mesa/drivers/common/meta.c
index 8123a762d293a4464b6dceff53c127f297fc5f10..c68be2e5691fc5063843160d84113f6b34fc99dc 100644
(file)
--- a/
src/mesa/drivers/common/meta.c
+++ b/
src/mesa/drivers/common/meta.c
@@
-709,8
+709,6
@@
_mesa_meta_blit_framebuffer(GLcontext *ctx,
_swrast_BlitFramebuffer(ctx, srcX0, srcY0, srcX1, srcY1,
dstX0, dstY0, dstX1, dstY1, mask, filter);
}
-
- _mesa_Finish();
}