summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_pt.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-04-14 12:32:53 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-04-14 12:37:19 +0100
commita82e4996a13ef3cae1497fef95c2fca7631cd889 (patch)
treeb8403009add9eacb1f82c98cc8b984c6b9510552 /src/gallium/auxiliary/draw/draw_pt.c
parente106b2d3d65585b0aaa0e60afd541da020d9e220 (diff)
draw: flush pipeline before trying to allocate more hw vertices
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_pt.c')
-rw-r--r--src/gallium/auxiliary/draw/draw_pt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/auxiliary/draw/draw_pt.c b/src/gallium/auxiliary/draw/draw_pt.c
index c67a217982..5c16165c15 100644
--- a/src/gallium/auxiliary/draw/draw_pt.c
+++ b/src/gallium/auxiliary/draw/draw_pt.c
@@ -175,10 +175,6 @@ draw_pt_arrays(struct draw_context *draw,
frontend = draw->pt.front.vcache;
#endif
- /* XXX: need to flush to get prim_vbuf.c to release its allocation??
- */
- draw_do_flush( draw, DRAW_FLUSH_BACKEND );
-
frontend->prepare( frontend, prim, middle );
frontend->run( frontend,