diff options
author | Ben Skeggs <[email protected]> | 2008-04-03 08:21:56 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-04-04 11:17:28 +1000 |
commit | 6fbc50e013f1ac7684d8d63d9433f6dd72b4c1cb (patch) | |
tree | f6c018daf7e238df95cad2ed2e93c4b3a37a9171 /src/gallium/drivers/nv40/nv40_context.h | |
parent | 7e9b83ac0ac59298f1b983e6a9aed3a8f2ccb147 (diff) |
nv40: static attribs -> stateobj
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h index 525eef8d63d..a1b5c88a063 100644 --- a/src/gallium/drivers/nv40/nv40_context.h +++ b/src/gallium/drivers/nv40/nv40_context.h @@ -56,7 +56,8 @@ enum nv40_state_index { NV40_STATE_VERTTEX3 = 30, NV40_STATE_VTXBUF = 31, NV40_STATE_VTXFMT = 32, - NV40_STATE_MAX = 33 + NV40_STATE_VTXATTR = 33, + NV40_STATE_MAX = 34 }; #include "nv40_screen.h" |