nv50: get rid of the static_init stateobj
[mesa.git] / src / gallium / drivers / nv50 / nv50_screen.h
index ec19ea655b1ba8d40cf2ad8f2765a6c9f94a7ed1..15bd4eed3994cad8412562b1b812971f03167569 100644 (file)
@@ -27,8 +27,6 @@ struct nv50_screen {
        struct nouveau_bo *tic;
        struct nouveau_bo *tsc;
 
-       struct nouveau_stateobj *static_init;
-
        boolean force_push;
 };
 
@@ -38,4 +36,6 @@ nv50_screen(struct pipe_screen *screen)
        return (struct nv50_screen *)screen;
 }
 
+extern void nv50_screen_relocs(struct nv50_screen *);
+
 #endif