summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-12-17 08:23:37 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:07 -0800
commitc9065cd61fd43a507ae3100d7c0ab957672cab70 (patch)
tree33c40c8fb8a640d14370661a2e6fca279fa422ee /src/mesa/drivers/dri/i965/brw_state_upload.c
parent64e0c586a74553b2941f18feb199d8cddb192102 (diff)
i965: Enable DRAWING_RECTANGLE emit on Sandybridge.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index d36cc3aa1b..086f82c992 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -167,9 +167,9 @@ const struct brw_tracked_state *gen6_atoms[] =
&brw_aa_line_parameters,
&brw_psp_urb_cbs,
+#endif
&brw_drawing_rect,
-#endif
&brw_indices,
&brw_index_buffer,