nv50: implement resource_resolve with custom blit
[mesa.git] / src / gallium / drivers / nv50 / nv50_vbo.c
index f23008ae4cf39b050d488742193102903e2d1f85..1c8347a793ae77edfa5e711399a1d6e9caab38ac 100644 (file)
@@ -647,7 +647,7 @@ nv50_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info)
    if (nv50->vbo_user && !(nv50->dirty & (NV50_NEW_VERTEX | NV50_NEW_ARRAYS)))
       nv50_update_user_vbufs(nv50);
 
-   nv50_state_validate(nv50);
+   nv50_state_validate(nv50, 8); /* 8 as minimum, we use flush_notify here */
 
    chan->flush_notify = nv50_draw_vbo_flush_notify;