summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-12-14 14:11:14 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:07 -0800
commita38096aa94ef62dba73792f1680098059b697662 (patch)
tree0742324eafd994fca8c30ee7d3eeef74809a91f3 /src/mesa/drivers/dri/i965/brw_state_upload.c
parent2c3d6f8e3e714451c436d5496167747e9311c3df (diff)
i965: Set the state base address 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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state_upload.c b/src/mesa/drivers/dri/i965/brw_state_upload.c
index 30386ef316..30a36956e2 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -145,8 +145,11 @@ const struct brw_tracked_state *gen6_atoms[] =
/* Command packets:
*/
&brw_invarient_state,
+#endif
+
&brw_state_base_address,
+#if 0
&brw_binding_table_pointers,
&brw_blend_constant_color,
#endif