summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/ppu/cell_vbuf.c
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-26 14:14:56 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-26 14:15:53 -0700
commit856db7dee69083733a1d6e02a33bec4189387f60 (patch)
treed9748d4c3e6f5ad29664f61826d7069754ff9793 /src/mesa/pipe/cell/ppu/cell_vbuf.c
parentd4bd6ca8162be0684e4bff06a17b9dea1a02d217 (diff)
Cell: fix a recursive flushing bug
Diffstat (limited to 'src/mesa/pipe/cell/ppu/cell_vbuf.c')
-rw-r--r--src/mesa/pipe/cell/ppu/cell_vbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/ppu/cell_vbuf.c b/src/mesa/pipe/cell/ppu/cell_vbuf.c
index 711d03b49f..00ff990eab 100644
--- a/src/mesa/pipe/cell/ppu/cell_vbuf.c
+++ b/src/mesa/pipe/cell/ppu/cell_vbuf.c
@@ -166,7 +166,7 @@ cell_vbuf_draw(struct vbuf_render *vbr,
#if 01
/* XXX this is temporary */
- cell_flush(&cell->pipe, PIPE_FLUSH_WAIT);
+ cell_flush_int(&cell->pipe, PIPE_FLUSH_WAIT);
#endif
}