summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r--src/gallium/drivers/nv30/nv30_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h
index 43ee8d13a0..428f17ae0d 100644
--- a/src/gallium/drivers/nv30/nv30_context.h
+++ b/src/gallium/drivers/nv30/nv30_context.h
@@ -90,6 +90,8 @@ struct nv30_blend_state_new {
struct nv30_state {
+ unsigned scissor_enabled;
+
struct nouveau_stateobj *hw[NV30_STATE_MAX];
};
@@ -104,6 +106,7 @@ struct nv30_context {
/* HW state derived from pipe states */
struct nv30_state state;
+ struct pipe_scissor_state scissor;
uint32_t dirty;