summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_state_upload.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-02-01 09:55:18 -0800
committerEric Anholt <eric@anholt.net>2010-02-25 10:53:08 -0800
commitc791f8a1e532834ae7a517c042e9efe262b62233 (patch)
tree52356b7e0c740deb3f229c5c30b641bb6a84c2fa /src/mesa/drivers/dri/i965/brw_state_upload.c
parent5878c841e90a8006715877045aa95a752472eaab (diff)
i965: Set up the SNB sampler state pointers.
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 aa83d7ad18..9e54f29f0f 100644
--- a/src/mesa/drivers/dri/i965/brw_state_upload.c
+++ b/src/mesa/drivers/dri/i965/brw_state_upload.c
@@ -131,6 +131,7 @@ const struct brw_tracked_state *gen6_atoms[] =
&brw_wm_surfaces, /* must do before samplers and unit */
&brw_wm_samplers,
+ &gen6_sampler_state,
&gen6_vs_state,
&gen6_gs_state,