summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-16 14:50:23 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:06 -0800
commitba882d7827e5526e99c9d5c453d56c5e029c7476 (patch)
tree35008597bfdb24b6da27f32f95f9c3e6c42aa456 /src/mesa/drivers/dri/i965/brw_state_upload.c
parent7ee590424c974cb10882e9c4664a6024595fc9de (diff)
i965: Add untested Sandybridge passthrough VS setup.
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, 2 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 ed9e18f33c..b4b086dec4 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -132,13 +132,14 @@ const struct brw_tracked_state *gen6_atoms[] =
&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 */
+
+ &gen6_vs_state,
#if 0
&brw_wm_samplers,
&brw_wm_unit,
&brw_sf_vp,
&brw_sf_unit,
- &brw_vs_unit, /* always required, enabled or not */
&brw_clip_unit,
&brw_gs_unit,