diff options
author | Ben Skeggs <[email protected]> | 2008-06-16 22:34:50 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-06-29 15:46:19 +1000 |
commit | 035a04d9c11e0e90e2dbcdba25f39c3156a64115 (patch) | |
tree | 6cee69695346ad46e4ab4f3855aa9c8170ba3950 /src/gallium/drivers/nv50/nv50_context.h | |
parent | bb9efb5534a652878161e28bd73039eff5b11014 (diff) |
nv50: get tri-scissor-tri working
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 1 |
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 3e0e523ee3e..4ea01009fb6 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -84,6 +84,7 @@ struct nv50_state { struct nouveau_stateobj *rast; struct nouveau_stateobj *stipple; struct nouveau_stateobj *scissor; + unsigned scissor_enabled; struct nouveau_stateobj *viewport; struct nouveau_stateobj *tsc_upload; struct nouveau_stateobj *tic_upload; |