nouveau: match gallium API changes

This commit is contained in:
Ben Skeggs 2008-03-21 00:18:18 +11:00
parent c7e9cb1093
commit 1d9049c4df
3 changed files with 6 additions and 3 deletions

View file

@ -100,7 +100,8 @@ nv30_miptree_release(struct pipe_screen *screen, struct pipe_texture **pt)
}
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)
{
}

View file

@ -99,7 +99,8 @@ nv40_miptree_release(struct pipe_screen *pscreen, struct pipe_texture **pt)
}
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)
{
}

View file

@ -35,7 +35,8 @@ nv50_screen_init_miptree_functions(struct pipe_screen *pscreen)
}
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)
{
}