diff options
author | Ben Skeggs <[email protected]> | 2008-07-11 01:53:28 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-07-11 01:53:28 +1000 |
commit | 7a81ffa1154e6efd09fe91a944514a6f56369b4a (patch) | |
tree | e78830ac19ce22c8faf05fdb0d095a02d67f6b6d /src/gallium/drivers/nv50/nv50_context.h | |
parent | add89c78455f04654c3706d46e3d3e6b92b73b71 (diff) |
nv50: get clear-scissor 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 4ea01009fb6..9b77fc1225d 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -86,6 +86,7 @@ struct nv50_state { struct nouveau_stateobj *scissor; unsigned scissor_enabled; struct nouveau_stateobj *viewport; + unsigned viewport_bypass; struct nouveau_stateobj *tsc_upload; struct nouveau_stateobj *tic_upload; struct nouveau_stateobj *vertprog; |