zink/spirv: more complete sampler-dim handling
[mesa.git] / src / glx / drisw_priv.h
index 259fc864f6ad00c2da30698ffcb86defbfd8b6e8..bfcf5946c570bf6b296b8209f191d54140fb2111 100644 (file)
@@ -62,10 +62,8 @@ struct drisw_drawable
    __GLXDRIdrawable base;
 
    GC gc;
-   GC swapgc;
-
    __DRIdrawable *driDrawable;
-   XVisualInfo *visinfo;
+   struct glx_config *config;
    XImage *ximage;
    XShmSegmentInfo shminfo;
 };