summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-03-09 15:29:12 +1000
committerBen Skeggs <bskeggs@redhat.com>2010-03-10 16:30:02 +1000
commit7b7fcb08542ddd63ed6ef4c6304aade3684db948 (patch)
treebe73e625e478548a7f68dd21d2b46f611f511ac7 /src/gallium/drivers/nv50/nv50_context.h
parent9b233ce7de7923feb4b8ef4e1994baa4f13daeef (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.h1
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 f65b328a56..6865686690 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;
};