nv50: remove nv50_context.state.instbuf
[mesa.git] / src / gallium / drivers / nv50 / nv50_context.h
index f65b328a56f6a47d409bb111b2d04f414b2f7e71..6865686690d30043b984383fa383821b874effef 100644 (file)
@@ -129,7 +129,6 @@ struct nv50_state {
        unsigned miptree_nr[PIPE_SHADER_TYPES];
        struct nouveau_stateobj *vtxbuf;
        struct nouveau_stateobj *vtxattr;
-       struct nouveau_stateobj *instbuf;
        unsigned vtxelt_nr;
 };