projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a3e59d
)
gallium: call draw_flush() in softpipe_flush()
author
Brian
<brian.paul@tungstengraphics.com>
Thu, 14 Feb 2008 21:48:35 +0000
(14:48 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 15 Feb 2008 01:59:24 +0000
(18:59 -0700)
Without this, we might not get any rendering at SwapBuffers time when using the vbuf path.
src/mesa/pipe/softpipe/sp_flush.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_flush.c
b/src/mesa/pipe/softpipe/sp_flush.c
index ec6bb4a0dcafcb20ca30357b65d523c9d02f4d06..fd3078d870b843a5676cf33b9fc60c1081021bfa 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_flush.c
+++ b/
src/mesa/pipe/softpipe/sp_flush.c
@@
-50,6
+50,8
@@
softpipe_flush( struct pipe_context *pipe,
struct softpipe_context *softpipe = softpipe_context(pipe);
uint i;
+ draw_flush(softpipe->draw);
+
/* - flush the quad pipeline
* - flush the texture cache
* - flush the render cache