summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_structs.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-12-17 08:20:32 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:07 -0800
commit64e0c586a74553b2941f18feb199d8cddb192102 (patch)
tree4fbab5be09c751fd383ee73c3197853d481b99f2 /src/mesa/drivers/dri/i965/brw_structs.h
parent93fcfc8369cc3fa42f6ba577c26474464f21e6ad (diff)
i965: Add Sandybridge scissor state.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_structs.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_structs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h
index 10c0c62202..87d5c06cdc 100644
--- a/src/mesa/drivers/dri/i965/brw_structs.h
+++ b/src/mesa/drivers/dri/i965/brw_structs.h
@@ -909,6 +909,11 @@ struct brw_sf_unit_state
};
+struct gen6_scissor_state
+{
+ GLuint ymin, xmin;
+ GLuint ymax, xmax;
+};
struct brw_gs_unit_state
{