i965/gs: implement EndPrimitive() functionality in the visitor.
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_screen.h
index 5d45039b9ed852ec0de8ce95cd26c9064b8a6152..bcf57e21f28bee942c45881710d8a9383d87ba1b 100644 (file)
@@ -31,24 +31,8 @@ struct nouveau_context;
 
 struct nouveau_screen {
        __DRIscreen *dri_screen;
-
        struct nouveau_device *device;
-       struct nouveau_channel *chan;
-
-       struct nouveau_notifier *ntfy;
-       struct nouveau_grobj *eng3d;
-       struct nouveau_grobj *eng3dm;
-       struct nouveau_grobj *surf3d;
-       struct nouveau_grobj *m2mf;
-       struct nouveau_grobj *surf2d;
-       struct nouveau_grobj *rop;
-       struct nouveau_grobj *patt;
-       struct nouveau_grobj *rect;
-       struct nouveau_grobj *swzsurf;
-       struct nouveau_grobj *sifm;
-
        const struct nouveau_driver *driver;
-       struct nouveau_context *context;
 };
 
 #endif