summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-03-21 00:18:18 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-03-21 00:18:18 +1100
commit1d9049c4df24d47446218f4032b891b817af0d00 (patch)
tree95e0df186d89adfde60fc3d8ecf635f24bc4bb6a /src/gallium/drivers/nv40
parentc7e9cb10937391c25a884fe62db91ea9b910d672 (diff)
nouveau: match gallium API changes
Diffstat (limited to 'src/gallium/drivers/nv40')
-rw-r--r--src/gallium/drivers/nv40/nv40_miptree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_miptree.c b/src/gallium/drivers/nv40/nv40_miptree.c
index 94ba05b710..0dff9b3ad6 100644
--- a/src/gallium/drivers/nv40/nv40_miptree.c
+++ b/src/gallium/drivers/nv40/nv40_miptree.c
@@ -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)
{
}