diff options
Diffstat (limited to 'src/mesa/pipe/nv50/nv50_state.c')
-rw-r--r-- | src/mesa/pipe/nv50/nv50_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv50/nv50_state.c b/src/mesa/pipe/nv50/nv50_state.c index 0674c30dc8..778b9f5c9a 100644 --- a/src/mesa/pipe/nv50/nv50_state.c +++ b/src/mesa/pipe/nv50/nv50_state.c @@ -169,7 +169,7 @@ nv50_set_scissor_state(struct pipe_context *pipe, static void nv50_set_texture_state(struct pipe_context *pipe, unsigned unit, - struct pipe_mipmap_tree *miptree) + struct pipe_texture *pt) { } |