nv50: reinstate dedicated constbuf push path
[mesa.git] / src / gallium / drivers / nouveau / nv50 / nv50_context.h
index 2317fa2ccf84831affcab6a102631b5bbb9021b5..d5de255b3320c01e419e68d3550a2caf2d6eedb8 100644 (file)
@@ -281,8 +281,7 @@ nv50_m2mf_copy_linear(struct nouveau_context *pipe,
                       unsigned size);
 void
 nv50_cb_push(struct nouveau_context *nv,
-             struct nouveau_bo *bo, unsigned domain,
-             unsigned base, unsigned size,
+             struct nv04_resource *res,
              unsigned offset, unsigned words, const uint32_t *data);
 
 /* nv50_vbo.c */