summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_context.h
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-07-11 01:53:28 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-07-11 01:53:28 +1000
commit7a81ffa1154e6efd09fe91a944514a6f56369b4a (patch)
treee78830ac19ce22c8faf05fdb0d095a02d67f6b6d /src/gallium/drivers/nv50/nv50_context.h
parentadd89c78455f04654c3706d46e3d3e6b92b73b71 (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.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 4ea01009fb..9b77fc1225 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;