Squashed commit of gallium-no-texture-blanket
[mesa.git] / src / gallium / drivers / nv30 / nv30_miptree.c
index cb756cf6e649363bdbf6b77b6f195c507844a2af..5ef74a832dcea3835f74e344626ceca0a1410a35 100644 (file)
@@ -232,8 +232,9 @@ void
 nv30_screen_init_miptree_functions(struct pipe_screen *pscreen)
 {
        pscreen->texture_create = nv30_miptree_create;
-       pscreen->texture_blanket = nv30_miptree_blanket;
        pscreen->texture_destroy = nv30_miptree_destroy;
        pscreen->get_tex_surface = nv30_miptree_surface_new;
        pscreen->tex_surface_destroy = nv30_miptree_surface_del;
+
+       nouveau_screen(pscreen)->texture_blanket = nv50_miptree_blanket;
 }