}
static void
-nv30_miptree_update(struct pipe_context *pipe, struct pipe_texture *mt)
+nv30_miptree_update(struct pipe_context *pipe, struct pipe_texture *mt,
+ uint face, uint levels)
{
}
}
static void
-nv40_miptree_update(struct pipe_context *pipe, struct pipe_texture *mt)
+nv40_miptree_update(struct pipe_context *pipe, struct pipe_texture *mt,
+ uint face, uint levels)
{
}
}
static void
-nv50_miptree_update(struct pipe_context *pipe, struct pipe_texture *mt)
+nv50_miptree_update(struct pipe_context *pipe, struct pipe_texture *mt,
+ uint face, uint levels)
{
}