diff options
author | Ben Skeggs <[email protected]> | 2010-03-09 15:29:12 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2010-03-10 16:30:02 +1000 |
commit | 7b7fcb08542ddd63ed6ef4c6304aade3684db948 (patch) | |
tree | be73e625e478548a7f68dd21d2b46f611f511ac7 /src/gallium/drivers/nv50/nv50_context.h | |
parent | 9b233ce7de7923feb4b8ef4e1994baa4f13daeef (diff) |
nv50: remove nv50_context.state.instbuf
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index f65b328a56f..6865686690d 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -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; }; |