From: Ben Skeggs Date: Mon, 15 Mar 2010 06:52:25 +0000 (+1000) Subject: nv50: reset vbo_fifo before each validate X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a899c5a76ee056e237b19d97afaadd84bca9649f;p=mesa.git nv50: reset vbo_fifo before each validate --- diff --git a/src/gallium/drivers/nv50/nv50_vbo.c b/src/gallium/drivers/nv50/nv50_vbo.c index 6b9c1ee231e..50472868063 100644 --- a/src/gallium/drivers/nv50/nv50_vbo.c +++ b/src/gallium/drivers/nv50/nv50_vbo.c @@ -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;