diff options
author | Ben Skeggs <[email protected]> | 2008-03-31 09:00:25 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-03-31 09:26:07 +1000 |
commit | 169faae6db9a289c5a2d9430d85c36ac36abd218 (patch) | |
tree | c5b0776ea41f30f0339e849d352d563e028994b5 /src/gallium/drivers/nv40/nv40_state.h | |
parent | 6806519a0b2a8af0c950f71705b02e13876d460f (diff) |
nv40: support vp clip distance regs, unused currently.
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_state.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_state.h b/src/gallium/drivers/nv40/nv40_state.h index ab2866eb7a5..e018464c9f8 100644 --- a/src/gallium/drivers/nv40/nv40_state.h +++ b/src/gallium/drivers/nv40/nv40_state.h @@ -42,6 +42,7 @@ struct nv40_vertex_program { uint32_t ir; uint32_t or; + uint32_t clip_ctrl; struct nouveau_stateobj *so; }; |