nv30: fix typo

Signed-off-by: David Heidelberger <d.okias@gmail.com>
This commit is contained in:
David Heidelberger 2010-03-09 13:50:27 +01:00 committed by Keith Whitwell
parent 6f4ce4a4fe
commit e497a58fad
1 changed files with 1 additions and 1 deletions

View File

@ -236,5 +236,5 @@ nv30_screen_init_miptree_functions(struct pipe_screen *pscreen)
pscreen->get_tex_surface = nv30_miptree_surface_new;
pscreen->tex_surface_destroy = nv30_miptree_surface_del;
nouveau_screen(pscreen)->texture_blanket = nv50_miptree_blanket;
nouveau_screen(pscreen)->texture_blanket = nv30_miptree_blanket;
}