summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-12-03 17:08:32 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:06 -0800
commitc9dc6d425e645f2988118ff51cabe167a0cd3971 (patch)
tree9d86ba52f852ce0916f41bba30c8e002e3e35b81 /src/mesa/drivers/dri/i965/brw_state_upload.c
parent0da50fa67009535577dc84dde21672db5ec45134 (diff)
i965: Set up the SNB URB.
even with vs disabled, still doesn't work.
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 f5446ed73b..fc30e60087 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -118,11 +118,11 @@ const struct brw_tracked_state *gen6_atoms[] =
* layout.
*/
&brw_curbe_offsets,
- &brw_recalculate_urb_fence,
&brw_cc_vp,
#endif
+ &gen6_urb,
&gen6_blend_state, /* must do before cc unit */
&gen6_color_calc_state, /* must do before cc unit */
&gen6_depth_stencil_state, /* must do before cc unit */