summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-03 13:41:22 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:06 -0800
commit0b9932ffde3f7228288717302b43aa01df0b5fa0 (patch)
tree2e51ffdbf9a00b6719283ca3515d5963da18ddf7 /src/mesa/drivers/dri/i965/brw_state_upload.c
parent719f2b1d8570aa58b970bd28941221ee6c34af9b (diff)
i965: Update WM surface state setup for sandybridge's new BLEND_STATE.
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, 2 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 4c12e68c0e..afa940962f 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -124,9 +124,11 @@ const struct brw_tracked_state *gen6_atoms[] =
&brw_cc_vp,
&brw_cc_unit,
+#endif
&brw_vs_surfaces, /* must do before unit */
&brw_wm_constant_surface, /* must do before wm surfaces/bind bo */
&brw_wm_surfaces, /* must do before samplers and unit */
+#if 0
&brw_wm_samplers,
&brw_wm_unit,