mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
nouveau: match gallium API changes
This commit is contained in:
parent
c7e9cb1093
commit
1d9049c4df
3 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue