Browse Source

gallium: call draw_flush() in softpipe_flush()

Without this, we might not get any rendering at SwapBuffers time when using the vbuf path.
tags/mesa_20090313
Brian 17 years ago
parent
commit
5e345a653b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/mesa/pipe/softpipe/sp_flush.c

+ 2
- 0
src/mesa/pipe/softpipe/sp_flush.c View File

@@ -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

Loading…
Cancel
Save