summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2009-08-20 21:39:02 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2009-08-20 21:41:39 +0200
commitd7c55555ac6b6bf60cf7fd54dfea0e62ce57542c (patch)
tree45ec64a7145da87eb8486927d95629a27c89412d /src/gallium/drivers/nv50/nv50_context.h
parent6d1f63f52029d8c3ba8849feb2cb0ca87427b8ac (diff)
nv50: use VTX_ATTR_nF for constant vtxelts
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h
index 5cbc2c8f82..4de6e8cfa2 100644
--- a/src/gallium/drivers/nv50/nv50_context.h
+++ b/src/gallium/drivers/nv50/nv50_context.h
@@ -120,6 +120,7 @@ struct nv50_state {
struct nouveau_stateobj *fragprog;
struct nouveau_stateobj *vtxfmt;
struct nouveau_stateobj *vtxbuf;
+ struct nouveau_stateobj *vtxattr;
};
struct nv50_context {