nv50: report some supported formats to keep the state tracker from asserting.
[mesa.git] / src / gallium / drivers / nv50 / nv50_miptree.c
index 720d33fda91a32115fbb3477538f0b0529c89d1b..7474c6576500cc4bee4cd0cea8c335fe65c50caf 100644 (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)
 {
 }