nv50: reset vbo_fifo before each validate

This commit is contained in:
Ben Skeggs
2010-03-15 16:52:25 +10:00
parent 9b3a908736
commit a899c5a76e
+1
View File
@@ -549,6 +549,7 @@ nv50_vbo_validate(struct nv50_context *nv50)
if (nv50->vtxbuf_nr == 0)
return NULL;
nv50->vbo_fifo = 0;
if (nv50->screen->force_push ||
nv50->vertprog->cfg.edgeflag_in < 16)
nv50->vbo_fifo = 0xffff;