summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyuw@linux.intel.com>2010-12-23 16:30:20 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2010-12-23 17:30:03 +0800
commitde6fd527a545f8344e074312544517d05573fb72 (patch)
treea317a19a1bd15ce5eb36a656659098a11523ec7e /src/mesa/drivers/dri/i965/brw_state_upload.c
parent845d651cf686ba885dffd9e05df971fa68c3431a (diff)
i965: upload multisample state for fragment program change
This makes conformance tests stable on sandybridge D0 to track multisample state before SF/WM state.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state_upload.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state_upload.c1
1 files changed, 1 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 eba4411ca7..817eaa4148 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -142,6 +142,7 @@ const struct brw_tracked_state *gen6_atoms[] =
&gen6_vs_state,
&gen6_gs_state,
&gen6_clip_state,
+ &gen6_multisample_state,
&gen6_sf_state,
&gen6_wm_state,